Move additional options to setup.cfg

This commit is contained in:
Unrud 2017-06-21 09:49:03 +02:00
parent b78b0f56cc
commit b1b1a31ec3
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ test = pytest
python-tag = py3
[tool:pytest]
addopts = --flake8 --isort --cov radicale
addopts = --flake8 --isort --cov radicale -r s
norecursedirs = dist .cache .git build *.egg-info .eggs venv