diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-29 17:24:51 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-16 12:18:26 +0100 |
commit | 4b43d20fec0eda4a8f02e843b3e6e454bb243f49 (patch) | |
tree | be091114f13246da8f82da3df47a91ab8ddfd364 /tools | |
parent | 99e99e90db4c73a6baae178879937f4baebd3241 (diff) | |
download | numpy-4b43d20fec0eda4a8f02e843b3e6e454bb243f49.tar.gz |
BUG: fix TravisCI test issues when using setuptools unconditionally.
Also remove all mentions of setupegg.py from the documentation.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/travis-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index d105c15c7..3de1ca78d 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -132,6 +132,7 @@ run_test() export PYTHON export PIP +$PIP install setuptools if [ -n "$USE_WHEEL" ] && [ $# -eq 0 ]; then # Build wheel $PIP install wheel |