summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
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 /tools/travis-test.sh
parenta0794f63d548e688e2eed76a9dc4e8df0ea33846 (diff)
downloadpython-numpy-c9fd63407da2a529c205402fd1bda5ea20eedce2.tar.gz
python-numpy-c9fd63407da2a529c205402fd1bda5ea20eedce2.tar.bz2
python-numpy-c9fd63407da2a529c205402fd1bda5ea20eedce2.zip
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 'tools/travis-test.sh')
-rwxr-xr-xtools/travis-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index dfe244dca..df9dedeca 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -49,7 +49,7 @@ setup_chroot()
sudo chroot $DIR bash -c "apt-get update"
sudo chroot $DIR bash -c "apt-get install -qq -y --force-yes eatmydata"
echo /usr/lib/libeatmydata/libeatmydata.so | sudo tee -a $DIR/etc/ld.so.preload
- sudo chroot $DIR bash -c "apt-get install -qq -y --force-yes libatlas-dev libatlas-base-dev gfortran python3-dev python3-nose python3-pip"
+ sudo chroot $DIR bash -c "apt-get install -qq -y --force-yes libatlas-dev libatlas-base-dev gfortran python3-dev python3-nose python3-pip cython3 cython"
}
setup_bento()