mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Remove Python 3.1 from Travis build
/home/travis/build.sh: line 77: /home/travis/virtualenv/python3.1/bin/activate: No such file or directory
This commit is contained in:
@@ -3,7 +3,6 @@ python:
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
- "2.5"
|
||||
- "3.1"
|
||||
- "3.2"
|
||||
install:
|
||||
- if [ $TRAVIS_PYTHON_VERSION == '2.5' ]; then pip install -r python25-requirements.txt --use-mirrors; fi
|
||||
|
||||
Reference in New Issue
Block a user