Skip to content

Commit

Permalink
update Cython to 0.29.13 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Sep 19, 2019
1 parent 3146ebd commit c25e2a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 .

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cython~=0.29.5
Cython~=0.29.13

0 comments on commit c25e2a0

Please sign in to comment.