Updated setup.cfg for pytest

This commit is contained in:
Armin Ronacher 2016-12-28 13:34:04 +01:00
parent 62989728cd
commit 21ad817c40

View File

@ -7,5 +7,5 @@ license_file = LICENSE
[aliases]
release = egg_info -RDb ''
[pytest]
norecursedirs = .* *.egg *.egg-info env* artwork docs examples
[tool:pytest]
norecursedirs = .* *.egg *.egg-info env* artwork docs examples venv*