forked from VimPlug/jedi
Use PIP_INSECURE=t
This commit is contained in:
+2
-5
@@ -5,11 +5,8 @@ python:
|
|||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
- 3.2
|
||||||
install:
|
install:
|
||||||
# See: http://stackoverflow.com/questions/3241658/
|
# Needed only for Python 2.5:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
|
- export PIP_INSECURE=t
|
||||||
sudo apt-get install libbluetooth-dev &&
|
|
||||||
pip install --use-mirrors ssl;
|
|
||||||
fi
|
|
||||||
- pip install --use-mirrors tox
|
- pip install --use-mirrors tox
|
||||||
script:
|
script:
|
||||||
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
|
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
|
||||||
|
|||||||
Reference in New Issue
Block a user