From c12820f45e3cb9f2085b2a28501b7460da3ad243 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Fri, 7 Nov 2014 19:18:34 -0800 Subject: MAINT: add --no-cython-compile flag for Cython Add flag to prevent Cython compiling itself. This speeds Cython installation and doesn't much slow down pyx file building. From suggestion by Nathaniel. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 545a115ef..552ba07f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_install: # pip install coverage - python -V - pip install --upgrade pip setuptools - - pip install --no-index --find-links http://travis-wheels.scikit-image.org cython + - pip install --find-links http://travis-wheels.scikit-image.org --install-option="--no-cython-compile" Cython - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - popd -- cgit v1.2.1