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:
Frederik “Freso” S. Olesen
2017-05-16 14:54:35 +02:00
parent b6fb7e8a86
commit dd6d1d0579

View File

@@ -6,10 +6,6 @@ env:
- FLAKE8=false
- FLAKE8=true
matrix:
allow_failures:
- env: FLAKE8=true
install:
# Dependencies
- sudo apt-get -qq update