Stop allowing flake8 to fail in Travis CI
Commit b6fb7e8a86 fixes all current flake8
errors, so unsetting this `allow_failures` makes sure that any PEP8 or
similar syntax mistakes get caught immediately.
This commit is contained in:
@@ -6,10 +6,6 @@ env:
|
||||
- FLAKE8=false
|
||||
- FLAKE8=true
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: FLAKE8=true
|
||||
|
||||
install:
|
||||
# Dependencies
|
||||
- sudo apt-get -qq update
|
||||
|
||||
Reference in New Issue
Block a user