Use only one job for flake8

See https://gitlab.com/pycqa/flake8/issues/164
This commit is contained in:
Guillaume Ayoub 2016-07-30 18:00:32 +02:00
parent b3d8833779
commit f4ebe3f545

View File

@ -1,3 +1,6 @@
[pytest] [pytest]
addopts = --flake8 --isort --cov radicale/ radicale/tests addopts = --flake8 --isort --cov radicale/ radicale/tests
norecursedirs = dist .cache .git build *.egg-info .eggs venv norecursedirs = dist .cache .git build *.egg-info .eggs venv
[flake8]
jobs=1