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

@ -22,4 +22,4 @@ install:
- pip3 install --upgrade --editable .[test]
script:
- python3 setup.py test --addopts "-r s"
- python3 setup.py test

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