From 5e93e1b8ddf430812a12c007143755c8e47c09ce Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 26 Jun 2019 14:16:49 +0200 Subject: [PATCH] CircleCI: Add more flake8 tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1370bc61..a7453d9e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ my-steps: &steps - run: sudo pip install flake8 pytest - run: python --version ; pip --version ; pwd ; ls -l # stop the build if there are Python syntax errors or undefined names - - run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics + - run: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics #- run: pytest # test_s2gs test_replays