summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2015-12-29 17:24:51 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2016-01-16 12:18:26 +0100
commit4b43d20fec0eda4a8f02e843b3e6e454bb243f49 (patch)
treebe091114f13246da8f82da3df47a91ab8ddfd364 /.travis.yml
parent99e99e90db4c73a6baae178879937f4baebd3241 (diff)
downloadnumpy-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 '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e0887a82a..1832e317c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,7 @@ matrix:
- python3-dbg
- python3-dev
- python3-nose
+ - python3-setuptools
- python: 2.7
env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1
- python: 3.5