From 5c3252908fc42a2887e3dcdda339d9ca260f6f56 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Tue, 12 Mar 2013 09:29:00 +0100 Subject: [PATCH] Use PIP_INSECURE=t --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 294f1503..7a5adc19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,8 @@ python: - 2.7 - 3.2 install: - # See: http://stackoverflow.com/questions/3241658/ - - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then - sudo apt-get install libbluetooth-dev && - pip install --use-mirrors ssl; - fi + # Needed only for Python 2.5: + - export PIP_INSECURE=t - pip install --use-mirrors tox script: - export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |