Pin Cython to v0.21.2 until upstream bug is fixed

This commit is contained in:
Jason Paryani
2015-02-20 17:21:00 -08:00
parent 5010db4ef4
commit fb363c47b5
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ compiler: gcc
before_install:
- buildutils/setup_travis.sh
- travis_retry pip install -U setuptools
- travis_retry pip install cython
- travis_retry pip install cython==0.21.2
- travis_retry pip install pytest
install: