summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-09-19 20:14:33 +0900
committerGitHub <noreply@github.com>2019-09-19 20:14:33 +0900
commitc25e2a0984ec5d092fee38eeb4b74676ada9aef4 (patch)
tree5bd39396d7c4f2e1913b308d267bc64123533fc0 /.travis.yml
parent3146ebd330cbd02d0d7b4f82a94472cb395804ef (diff)
downloadmsgpack-python-c25e2a0984ec5d092fee38eeb4b74676ada9aef4.tar.gz
update Cython to 0.29.13 (#370)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 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 .