Merge pull request #160 from Freso/flake8-clean

Stop allowing flake8 to fail in Travis CI
This commit is contained in:
JoeLametta
2017-05-31 23:23:22 +02:00
committed by GitHub

View File

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