From c9fd63407da2a529c205402fd1bda5ea20eedce2 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Sat, 5 Apr 2014 13:13:13 +0200 Subject: BLD: remove cython c source from git Instead generate at build time. The generated sources are still part of the sdist. tools/cythonize.py is copied from SciPy with small changes to the configuration. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6d87767f8..944818428 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ before_install: - pip install nose # pip install coverage - python -V + - pip install --upgrade pip setuptools + - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel Cython - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - popd -- cgit v1.2.1