diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..39a29fe --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +norecursedirs = .git .* *.egg* old docs dist build +addopts = -rw diff --git a/setup.cfg b/setup.cfg index 218ddcc..8d84284 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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