From b1b1a31ec31bcc59b2f4ca9a6fe6166b7cb3ccbe Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 21 Jun 2017 09:49:03 +0200 Subject: [PATCH] Move additional options to setup.cfg --- .travis.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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