diff options
-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 |