From 5acd035f7224f2dfa564916d969619dcba04884f Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sat, 30 Mar 2013 21:51:22 +0000 Subject: [PATCH] TST: Remove Travis CI unsupported versions of python from Travis config --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b309255b..b68b6c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ python: - "2.5" - "2.6" - "2.7" - - "3.0" - - "3.1" - "3.2" - "3.3" install: