summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-11-26 08:55:06 -0700
committerCharles Harris <charlesr.harris@gmail.com>2015-11-26 08:55:06 -0700
commitdac0e5d70e397857ea7d6cf10975de582003a82f (patch)
tree7e95c22fa978f0f0c892e181cc309f0b420751cb /tools/travis-test.sh
parent53e658f80da6a50d371c74f49d3bb81fabf20d1b (diff)
parent6711d17a529c79b71397b48167b009f8dbf41985 (diff)
downloadpython-numpy-dac0e5d70e397857ea7d6cf10975de582003a82f.tar.gz
python-numpy-dac0e5d70e397857ea7d6cf10975de582003a82f.tar.bz2
python-numpy-dac0e5d70e397857ea7d6cf10975de582003a82f.zip
Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-rollback
Fix bugs exposed by relaxed stride rollback
Diffstat (limited to 'tools/travis-test.sh')
-rwxr-xr-xtools/travis-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index 818d0cf41..795915d0b 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