diff --git a/.travis.yml b/.travis.yml index 07a929c..7724e80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ install: - pip3 install --upgrade --editable .[test] script: - - python3 setup.py test --addopts "-r s" + - python3 setup.py test diff --git a/setup.cfg b/setup.cfg index d5ee617..1317b84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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