Skip to content

Commit

Permalink
Fail flake8 if there are errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 23, 2018
1 parent 0394740 commit c19dfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -41,4 +41,4 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude ckan
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-line-length=127 --statistics --exclude ckan
- flake8 . --count --max-line-length=127 --statistics --exclude ckan

0 comments on commit c19dfd9

Please sign in to comment.