Remove Python 2.5 which seems broken on Travis

https://travis-ci.org/jacquev6/PyGithub/jobs/15501387
This commit is contained in:
Vincent Jacques
2013-12-15 18:00:49 -08:00
parent a367980ce6
commit eeaf893e9e
-3
View File
@@ -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