Skip to content

Commit

Permalink
[REF] .travis.yml: Renamed flake8 error from F999 to F601 (#115)
Browse files Browse the repository at this point in the history
Regression flake8 error because renamed of error from original tool previously fixed from e743df2
  • Loading branch information
moylop260 committed Feb 7, 2017
1 parent 33c75b4 commit 40c89fc
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 @@ -41,7 +41,7 @@ install:
- pip install tox

script:
- flake8 --ignore=F999 --exclude=__init__.py .
- flake8 --ignore=F601 --exclude=__init__.py .
- tox -e $TOXENV,profile-stats

after_success:
Expand Down

0 comments on commit 40c89fc

Please sign in to comment.