diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-04-21 11:33:25 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-04-21 11:33:25 -0600 |
commit | da6e4c71aa229b8bdb18d643456cda4594e6384a (patch) | |
tree | d4a1049a84b3bb72b997947645e3d391f00f5152 | |
parent | 631e98941a1d13e1328d3b3944a90fdad31226b4 (diff) | |
parent | ef8253f0076b8955aa3025a3651f07d61b14ea5c (diff) | |
download | numpy-da6e4c71aa229b8bdb18d643456cda4594e6384a.tar.gz |
Merge pull request #7566 from ogrisel/use-cython-wheel
MAINT: use manylinux1 wheel for cython
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 4bfe02ce8..fee1e72ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,11 +87,7 @@ before_install: - source venv/bin/activate - python -V - pip install --upgrade pip setuptools - - pip install nose - - pip install pytz - # pip install coverage - # Speed up install by not compiling Cython - - pip install --install-option="--no-cython-compile" Cython + - pip install nose pytz cython - if [ -n "$USE_ASV" ]; then pip install asv; fi - popd |