diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2019-09-19 20:14:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-19 20:14:33 +0900 |
| commit | c25e2a0984ec5d092fee38eeb4b74676ada9aef4 (patch) | |
| tree | 5bd39396d7c4f2e1913b308d267bc64123533fc0 | |
| parent | 3146ebd330cbd02d0d7b4f82a94472cb395804ef (diff) | |
| download | msgpack-python-c25e2a0984ec5d092fee38eeb4b74676ada9aef4.tar.gz | |
update Cython to 0.29.13 (#370)
| -rw-r--r-- | .travis.yml | 5 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 51917c5..43c5259 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 . diff --git a/requirements.txt b/requirements.txt index e08dd4f..a2cce25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Cython~=0.29.5 +Cython~=0.29.13 |
