mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Remove Python 2.5 which seems broken on Travis
https://travis-ci.org/jacquev6/PyGithub/jobs/15501387
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user