mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-23 13:51:27 +08:00
Use --insecure when running pip with Python 2.5
This commit is contained in:
@@ -6,7 +6,7 @@ python:
|
|||||||
- 3.2
|
- 3.2
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
|
||||||
pip install --use-mirrors ssl;
|
pip install --use-mirrors --insecure ssl;
|
||||||
fi
|
fi
|
||||||
- pip install --use-mirrors tox
|
- pip install --use-mirrors tox
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user