From 5c2b514227fe212c72afd8d6f5f584bd8658bc01 Mon Sep 17 00:00:00 2001 From: cclauss Date: Thu, 4 Jul 2019 21:42:11 +0200 Subject: [PATCH] Remove allow_failures on python: 3.7 tests --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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