flask/setup.cfg
ThiefMaster ce471ca17c Configure pytest's norecursedirs
This skips directories which don't contain unittests and also
virtualenvs (in folders named env*, which is already in gitignore)
as we don't want to execute any tests in there
2015-03-08 13:45:51 +01:00

8 lines
124 B
INI

[aliases]
release = egg_info -RDb ''
[wheel]
universal = 1
[pytest]
norecursedirs = .* *.egg *.egg-info env* artwork docs