Skip to content

Commit

Permalink
Ignore PEP8 error 266+402 in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
urthub committed Feb 10, 2015
1 parent 8c4b36e commit e250d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,4 @@ branches:
install:
- pip install flake8 --use-mirrors
script:
- flake8 --ignore=E501,E265 .
- flake8 --ignore=E501,E265,E266,E402 .

0 comments on commit e250d49

Please sign in to comment.