Skip to content

Commit 5e93e1b

Browse files
authored
CircleCI: Add more flake8 tests
1 parent 1e0a6a8 commit 5e93e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ my-steps: &steps
66
- run: sudo pip install flake8 pytest
77
- run: python --version ; pip --version ; pwd ; ls -l
88
# stop the build if there are Python syntax errors or undefined names
9-
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
9+
- run: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
1010
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
1111
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1212
#- run: pytest # test_s2gs test_replays

0 commit comments

Comments
 (0)