mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
update Cython to 0.29.13 (#370)
This commit is contained in:
parent
3146ebd330
commit
c25e2a0984
2 changed files with 4 additions and 3 deletions
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Cython~=0.29.5
|
||||
Cython~=0.29.13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue