We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a488478 commit 99ae9ceCopy full SHA for 99ae9ce
ci/install.sh
@@ -23,7 +23,7 @@ pip Install -I https://bitbucket.org/pypa/setuptools/downloads/setuptools-0.8b6.
23
pip install wheel
24
25
# comment this line to disable the fetching of wheel files
26
-PIP_ARGS+=" -I --use-wheel --find-links=https://cache27-pypandas.rhcloud.com/"
+#PIP_ARGS+=" -I --use-wheel --find-links=https://cache27-pypandas.rhcloud.com/"
27
28
# Force virtualenv to accpet system_site_packages
29
rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
0 commit comments