Skip to content

Commit

Permalink
Stop allowing flake8 to fail in Travis CI
Browse files Browse the repository at this point in the history
Commit b6fb7e8 fixes all current flake8
errors, so unsetting this `allow_failures` makes sure that any PEP8 or
similar syntax mistakes get caught immediately.
  • Loading branch information
Freso committed May 31, 2017
1 parent b6fb7e8 commit dd6d1d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ env:
- FLAKE8=false
- FLAKE8=true

matrix:
allow_failures:
- env: FLAKE8=true

install:
# Dependencies
- sudo apt-get -qq update
Expand Down

0 comments on commit dd6d1d0

Please sign in to comment.