소스 검색

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