Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 2, 2019
1 parent ac29a5a commit 1f62eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ install:
- pip install flake8
# preflight
before_script:
# E128 continuation line under-indented for visual indent
# E401 multiple imports on one line -- Sometimes key to 10 lines or less
flake8 . --count --ignore=E128,E401 --max-line-length=127 --show-source --statistics # --exit-zero
# W503 line break before binary operator
flake8 . --count --ignore=E401,W503 --max-line-length=127 --show-source --statistics # --exit-zero
# command to run tests
# script: flake8 . # nosetests
script:
Expand Down

0 comments on commit 1f62eb3

Please sign in to comment.