From d9678d9fbdce867c881bf507c1716ddcbab08a5b Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 14 Dec 2018 12:07:57 -0800 Subject: Fix Travis CI config Drop 2.6 and 3.3 since pytest doesn't support those versions Run on xenial to allow 3.7 and 3.8 tests to work (hopefully) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8ae85b4..9e9999a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python +dist: xenial python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" -- cgit v1.2.3