From 8052032a132d406006a7d4e05da35aab3b94bc8a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 1 Aug 2016 11:57:19 +0200 Subject: [PATCH] Try to fix Travis again --- pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 9bf10c82..0b403ed9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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