From 6037e5f768cdc1dead6603a87f0979aaf962e7c3 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Mon, 26 Feb 2018 23:40:56 +0100 Subject: Don't build with old python3 versions on travis --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bf5c053c..84c05c4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,6 @@ python: # We can add more version strings here when we support other python # versions. - "2.7" - - "3.3" - - "3.4" - "3.5" - "3.6" @@ -34,8 +32,6 @@ env: # python version 2.7 above. jobs: allow_failures: - - python: "3.3" - - python: "3.4" - python: "3.5" - python: "3.6" -- cgit v1.2.3