summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-04-05 13:13:13 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-04-05 14:35:28 +0200
commitc9fd63407da2a529c205402fd1bda5ea20eedce2 (patch)
tree177b04a1cabf326d31da5afd15568397123266a2 /.travis.yml
parenta0794f63d548e688e2eed76a9dc4e8df0ea33846 (diff)
downloadnumpy-c9fd63407da2a529c205402fd1bda5ea20eedce2.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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