From 5e08418cb914e59f0c13e52323833ab0c06a4c9d Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Tue, 30 Sep 2014 01:16:26 -0700 Subject: Remove Python 2.5 from .travis.yml. Travis CI no longer supports Python 2.5. Thanks to @dmorrison42 for pointing this out. Removing 2.5 from the Travis config should make the Travis build status image work again. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a07a55f..0022705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python -# Travis CI has no plans to support Python 2.4 and Jython. +# Travis CI has no plans to support Jython and no longer supports Python 2.5. python: - - 2.5 - 2.6 - 2.7 - 3.2 -- cgit v1.2.1