temporarily use Cython 0.18 to restore normal Travis builds

This commit is contained in:
Josh Warner (Mac)
2013-04-23 01:03:33 -05:00
parent 33811074fc
commit 0b3a7efe03
+1 -1
View File
@@ -17,7 +17,7 @@ install:
- sudo apt-get install $PYTHON-setuptools
- sudo apt-get install $PYTHON-nose
- sudo easy_install$PYSUF pip
- sudo pip-$PYVER install cython
- sudo pip-$PYVER install cython==0.18.0
- sudo apt-get install libfreeimage3
- $PYTHON setup.py build
- sudo $PYTHON setup.py install