瀏覽代碼

Use only one job for flake8

See https://gitlab.com/pycqa/flake8/issues/164
Guillaume Ayoub 9 年之前
父節點
當前提交
f4ebe3f545
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pytest.ini

+ 3 - 0
pytest.ini

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