update Cython to 0.29.13 (#370)

This commit is contained in:
Inada Naoki 2019-09-19 20:14:33 +09:00 committed by GitHub
parent 3146ebd330
commit c25e2a0984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@ matrix:
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
install:
- pip install -U pip
- pip install cython
- pip install -r requirements.txt
- make cython
- docker pull $DOCKER_IMAGE
script:
@ -39,7 +39,8 @@ matrix:
install:
- pip install -U pip
- pip install -U cython pytest
- pip install -U pytest
- pip install -r requirements.txt
- make cython
- pip install -e .

View file

@ -1 +1 @@
Cython~=0.29.5
Cython~=0.29.13