From 751218d18f4f3b5b7c137c739df73fa521d87dbd Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Wed, 7 Feb 2018 20:02:44 -0800 Subject: Remove Python 3.3 from travis Python 3.3 is not supported by scipy anymore. This removes Python 3.3 from the CI environments. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcf447e..2877331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" -- cgit v1.2.3