1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Try to fix Travis again

This commit is contained in:
Guillaume Ayoub 2016-08-01 11:57:19 +02:00
parent 8f850f2c08
commit 8052032a13

View file

@ -1,3 +1,5 @@
[pytest]
addopts = --flake8 --isort --cov radicale/ radicale/tests
# Broken with Travis, see https://gitlab.com/pycqa/flake8/issues/164
# addopts = --flake8 --isort --cov radicale/ radicale/tests
addopts = --isort --cov radicale/ radicale/tests
norecursedirs = dist .cache .git build *.egg-info .eggs venv