setup.cfg: Move pytest options to pytest.ini

https://github.com/pytest-dev/pytest/issues/567
This commit is contained in:
Ville Skyttä 2016-09-18 11:10:09 +03:00
parent 17a1b838ca
commit 990e237e1b
2 changed files with 3 additions and 4 deletions

3
pytest.ini Normal file
View file

@ -0,0 +1,3 @@
[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw

View file

@ -11,7 +11,3 @@ requires-dist =
pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
pycodestyle >= 2.0.0, < 2.1.0
mccabe >= 0.5.0, < 0.6.0
[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw