We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3146ebd commit c25e2a0Copy full SHA for c25e2a0
.travis.yml
@@ -20,7 +20,7 @@ matrix:
20
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
21
install:
22
- pip install -U pip
23
- - pip install cython
+ - pip install -r requirements.txt
24
- make cython
25
- docker pull $DOCKER_IMAGE
26
script:
@@ -39,7 +39,8 @@ matrix:
39
40
41
42
- - pip install -U cython pytest
+ - pip install -U pytest
43
44
45
- pip install -e .
46
requirements.txt
@@ -1 +1 @@
1
-Cython~=0.29.5
+Cython~=0.29.13
0 commit comments