summaryrefslogtreecommitdiff
path: root/tools/travis-before-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/travis-before-install.sh')
-rwxr-xr-xtools/travis-before-install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh
index dbe2f6ea2..e468dd932 100755
--- a/tools/travis-before-install.sh
+++ b/tools/travis-before-install.sh
@@ -41,8 +41,7 @@ pip install --upgrade pip
# A specific version of cython is required, so we read the cython package
# requirement using `grep cython test_requirements.txt` instead of simply
# writing 'pip install setuptools wheel cython'.
-# urllib3 is needed for openblas_support
-pip install setuptools wheel urllib3 `grep cython test_requirements.txt`
+pip install setuptools wheel `grep cython test_requirements.txt`
if [ -n "$DOWNLOAD_OPENBLAS" ]; then
pwd