We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bcd25 commit fa7eeedCopy full SHA for fa7eeed
ci/install.sh
@@ -37,9 +37,9 @@ pip install wheel
37
# comment this line to disable the fetching of wheel files
38
base_url=http://cache27diy-cpycloud.rhcloud.com
39
wheel_box=${TRAVIS_PYTHON_VERSION}${JOB_TAG}
40
-PIP_ARGS+=" -I --use-wheel --find-links=$base_url/$wheel_box/"
+PIP_ARGS+=" -I --use-wheel --find-links=$base_url/$wheel_box/ --allow-external --allow-insecure"
41
42
-# Force virtualenv to accpet system_site_packages
+# Force virtualenv to accept system_site_packages
43
rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
44
45
0 commit comments