Skip to content

Commit fa7eeed

Browse files
author
y-p
committed
BLD: travis, future-proof pip args
1 parent f5bcd25 commit fa7eeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ pip install wheel
3737
# comment this line to disable the fetching of wheel files
3838
base_url=http://cache27diy-cpycloud.rhcloud.com
3939
wheel_box=${TRAVIS_PYTHON_VERSION}${JOB_TAG}
40-
PIP_ARGS+=" -I --use-wheel --find-links=$base_url/$wheel_box/"
40+
PIP_ARGS+=" -I --use-wheel --find-links=$base_url/$wheel_box/ --allow-external --allow-insecure"
4141

42-
# Force virtualenv to accpet system_site_packages
42+
# Force virtualenv to accept system_site_packages
4343
rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
4444

4545

0 commit comments

Comments
 (0)