Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6711d17

Browse files
committed
TST: Fix travis-ci test for numpy wheels.
1 parent 9705c74 commit 6711d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/travis-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if [ -n "$USE_WHEEL" ] && [ $# -eq 0 ]; then
100100
. venv-for-wheel/bin/activate
101101
# Move out of source directory to avoid finding local numpy
102102
pushd dist
103-
$PIP install --pre --upgrade --find-links . numpy
103+
$PIP install --pre --no-index --upgrade --find-links=. numpy
104104
$PIP install nose
105105
popd
106106
run_test

0 commit comments

Comments
 (0)