diff options
author | Olivier Grisel <olivier.grisel@ensta.org> | 2016-04-21 18:31:31 +0200 |
---|---|---|
committer | Olivier Grisel <olivier.grisel@ensta.org> | 2016-04-21 18:31:31 +0200 |
commit | ef8253f0076b8955aa3025a3651f07d61b14ea5c (patch) | |
tree | d4a1049a84b3bb72b997947645e3d391f00f5152 | |
parent | 631e98941a1d13e1328d3b3944a90fdad31226b4 (diff) | |
download | numpy-ef8253f0076b8955aa3025a3651f07d61b14ea5c.tar.gz |
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 |