Merge pull request #527 from JDWarner/tempfix_use_old_cython

TST: Temporarily use Cython 0.18 to restore normal Travis builds.
This commit is contained in:
Stefan van der Walt
2013-04-23 04:10:54 -07:00
+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