From 170bb0a78fbfdec7aefcac986462330807760632 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 27 Feb 2013 19:06:06 -0500 Subject: [PATCH] Remove 2.5 support on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea3e804da..82e7ee910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python python: - - 2.5 - 2.6 - 2.7 # - 3.2 + - 3.3 # - pypy script: