Move additional options to setup.cfg
This commit is contained in:
parent
b78b0f56cc
commit
b1b1a31ec3
@ -22,4 +22,4 @@ install:
|
|||||||
- pip3 install --upgrade --editable .[test]
|
- pip3 install --upgrade --editable .[test]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python3 setup.py test --addopts "-r s"
|
- python3 setup.py test
|
||||||
|
@ -5,5 +5,5 @@ test = pytest
|
|||||||
python-tag = py3
|
python-tag = py3
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts = --flake8 --isort --cov radicale
|
addopts = --flake8 --isort --cov radicale -r s
|
||||||
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|
||||||
|
Loading…
Reference in New Issue
Block a user