summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-05-07 17:04:39 -0400
committerCharles Harris <charlesr.harris@gmail.com>2015-05-07 17:04:39 -0400
commit30e3d41b6d11c18e17eb283a61bbe9bbf4bb4d8f (patch)
tree04e749f89829fa8889397d59e8e96dce4cee4514
parent21932fbfc217b4a8bc547fa267ea5597d7dcb59b (diff)
parentd0f95cc844f324812ca61c7404fbbd7589cf6b20 (diff)
downloadnumpy-30e3d41b6d11c18e17eb283a61bbe9bbf4bb4d8f.tar.gz
Merge pull request #5852 from rgommers/bento-vendor
MAINT: switch waf download to https://github.com/numpy/numpy-vendor
-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