From 27378329cac5334398438d6b917d323c2941ec50 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Thu, 10 Jan 2019 14:54:28 -0800 Subject: Revert "Try re-adding 2.6 and 3.3 support" This reverts commit d44470cccc9e6ade2ef36439d66373df2f66be7e. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 09c615e..d2f5ef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: python dist: xenial python: -- '2.6' - '2.7' -- '3.3' - '3.4' - '3.5' - '3.6' @@ -22,7 +20,3 @@ deploy: tags: true distributions: sdist bdist_wheel --universal skip_existing: true -matrix: - allow_failures: - - python: '2.6' - - python: '3.3' -- cgit v1.2.3