1
0
forked from VimPlug/jedi

Use PIP_INSECURE=t

This commit is contained in:
Takafumi Arakaki
2013-03-12 09:29:00 +01:00
parent ab33400f76
commit 5c3252908f
+2 -5
View File
@@ -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" |