forked from orbit-oss/flask
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
8 lines
124 B
INI
8 lines
124 B
INI
[aliases]
|
|
release = egg_info -RDb ''
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pytest]
|
|
norecursedirs = .* *.egg *.egg-info env* artwork docs
|