From 87ad5d40581312f905244be38ae74a8a402aa2b3 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 16 Jun 2018 08:28:08 +0200 Subject: [PATCH] Disable allow_failures on Python 3 This PR should make the flake8 tests pass on both Python 2 and Python 3. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c4cb042..e5b57753 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ cache: pip python: - 2.7 - 3.6 -matrix: - allow_failures: - - python: 3.6 install: - pip install -r requirements.txt - pip install flake8 # pytest # add another testing frameworks later