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