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:

View file

@ -1,5 +1,5 @@
jinja2 >= 2.7.3
cython >= 0.21
cython == 0.21.2
setuptools >= 0.8
pytest
tox