mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Install ssl in .travis.yml
This commit is contained in:
@@ -5,6 +5,9 @@ python:
|
||||
- 2.7
|
||||
- 3.2
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
|
||||
pip install --use-mirrors ssl;
|
||||
fi
|
||||
- pip install --use-mirrors tox
|
||||
script:
|
||||
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
|
||||
|
||||
Reference in New Issue
Block a user