Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Do not ignore E402
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 5, 2017
1 parent 60b7afb commit 0bef368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude lib
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --max-complexity=10 --max-line-length=127 --ignore=E402 --statistics --exclude lib
- flake8 . --count --max-complexity=10 --max-line-length=127 --statistics --exclude lib
script:
- PYTHONPATH=. pytest tests
notifications:
Expand Down

0 comments on commit 0bef368

Please sign in to comment.