summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2015-05-07 21:43:50 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2015-05-07 21:43:50 +0200
commitd0f95cc844f324812ca61c7404fbbd7589cf6b20 (patch)
tree04e749f89829fa8889397d59e8e96dce4cee4514 /tools
parent21932fbfc217b4a8bc547fa267ea5597d7dcb59b (diff)
downloadnumpy-d0f95cc844f324812ca61c7404fbbd7589cf6b20.tar.gz
MAINT: switch waf download to https://github.com/numpy/numpy-vendor
Follow-up of gh-5829, which got merged too early.
Diffstat (limited to 'tools')
-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 3e641b1f0..705876f56 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -62,7 +62,7 @@ setup_bento()
cd ..
# Waf
- wget https://raw.githubusercontent.com/rgommers/numpy-vendor/master/waf-1.7.16.tar.bz2
+ wget https://raw.githubusercontent.com/numpy/numpy-vendor/master/waf-1.7.16.tar.bz2
tar xjvf waf-1.7.16.tar.bz2
cd waf-1.7.16
python waf-light