Skip to content

Commit

Permalink
Merge pull request #81 from cclauss/patch-3
Browse files Browse the repository at this point in the history
CircleCI: Add more flake8 tests
  • Loading branch information
StoicLoofah authored Jun 28, 2019
2 parents 222230a + 7464af5 commit 378c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ my-steps: &steps
- run: python --version ; pip --version ; pwd ; ls -l
- run: pip install --user .
# 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
Expand Down

0 comments on commit 378c10a

Please sign in to comment.