mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Pin Cython to v0.21.2 until upstream bug is fixed
This commit is contained in:
parent
5010db4ef4
commit
fb363c47b5
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
jinja2 >= 2.7.3
|
||||
cython >= 0.21
|
||||
cython == 0.21.2
|
||||
setuptools >= 0.8
|
||||
pytest
|
||||
tox
|
||||
|
|
Loading…
Add table
Reference in a new issue