Skip to content

Commit

Permalink
exclude W503 to make blake and flake8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianoF committed Sep 25, 2019
1 parent 02e20dd commit 0479624
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 @@ -19,7 +19,7 @@ script:
# * E501 - line length limit
# * E123 - indentation on data structures
# * W504 - line break after binary operator
- flake8 . --ignore=F403,E501,E123,E128,W504 --exclude=docs,build
- flake8 . --ignore=F403,E501,E123,E128,W504,W503 --exclude=docs,build
- py.test --cov=mesa tests/ --cov-report=xml
# - ./tests/test_end_to_end_viz.sh # needs to be investigated on why this took forever
after_success:
Expand Down

0 comments on commit 0479624

Please sign in to comment.