diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-11-25 13:10:05 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-25 13:28:57 -0700 |
commit | 6711d17a529c79b71397b48167b009f8dbf41985 (patch) | |
tree | 7d278a98ea7a7c5bcb429abbc512bc9a72010859 /tools | |
parent | 9705c743ab340b13ab6e1ea7ff1dfb3e76299c4a (diff) | |
download | numpy-6711d17a529c79b71397b48167b009f8dbf41985.tar.gz |
TST: Fix travis-ci test for numpy wheels.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/travis-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index b888a7eb0..8d2e200a6 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -100,7 +100,7 @@ if [ -n "$USE_WHEEL" ] && [ $# -eq 0 ]; then . venv-for-wheel/bin/activate # Move out of source directory to avoid finding local numpy pushd dist - $PIP install --pre --upgrade --find-links . numpy + $PIP install --pre --no-index --upgrade --find-links=. numpy $PIP install nose popd run_test |