Skip to content

Commit c25e2a0

Browse files
authored
update Cython to 0.29.13 (#370)
1 parent 3146ebd commit c25e2a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
2121
install:
2222
- pip install -U pip
23-
- pip install cython
23+
- pip install -r requirements.txt
2424
- make cython
2525
- docker pull $DOCKER_IMAGE
2626
script:
@@ -39,7 +39,8 @@ matrix:
3939

4040
install:
4141
- pip install -U pip
42-
- pip install -U cython pytest
42+
- pip install -U pytest
43+
- pip install -r requirements.txt
4344
- make cython
4445
- pip install -e .
4546

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cython~=0.29.5
1+
Cython~=0.29.13

0 commit comments

Comments
 (0)