Skip to content

Commit

Permalink
Ignore E402
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed May 7, 2016
1 parent ba5ab62 commit ed622d8
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 @@ -5,7 +5,7 @@ python:
install:
- pip install -e .[ci]
before_script:
- flake8 --show-source --ignore=E501 --statistics --exclude ./docs/ .
- flake8 --show-source --ignore=E501,E402 --statistics --exclude ./docs/ .
script:
- behave --format progress2 tests/features/

Expand Down

0 comments on commit ed622d8

Please sign in to comment.