Mercurial > piecrust2
annotate pytest.ini @ 1138:c8fb7b024faa
bake: Disable `uglifyjs` and `cleancss` by default.
There's a good chance a new user doesn't have them installed.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 May 2018 22:20:00 -0700 |
parents | 81a30a63c431 |
children |
rev | line source |
---|---|
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 [pytest] |
643
81a30a63c431
cm: Ignore more things for pytest.
Ludovic Chabant <ludovic@chabant.com>
parents:
106
diff
changeset
|
2 norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build bower_components node_modules venv tmp* _cache {args} |
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |