diff --git a/.travis.yml b/.travis.yml index a1864ef719e5..43d79667d280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,6 @@ matrix: python: 3.7 install: pip install flake8 script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - allow_failures: - - python: 3.7 install: - sudo apt-get install -y python-pip - sudo pip install pep8