From eeaf893e9e6204f2b83ea2fb66f5d74f855ab284 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 15 Dec 2013 18:00:49 -0800 Subject: [PATCH] Remove Python 2.5 which seems broken on Travis https://travis-ci.org/jacquev6/PyGithub/jobs/15501387 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f57d6469..b8c7a7aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,7 @@ language: python python: - "2.7" - "2.6" - - "2.5" - "3.2" - "3.3" -install: - - if [ $TRAVIS_PYTHON_VERSION == '2.5' ]; then pip install -r python25-requirements.txt --use-mirrors; fi script: - python setup.py test