From b0db8add2a2d2d3d00dbfd42d709c8737f14c634 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 24 Dec 2018 00:19:58 -0500 Subject: [PATCH] travis: stop allowing failures on py2.7 and py3.7 py2.7 now works py3.7 is now supported by travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07b23cd..8bd3a06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,4 @@ matrix: dist: xenial - python: nightly allow_failures: - - python: 2.7 - # travis doesn't support py3.7 yet - - python: 3.7 - python: nightly