We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe19cc commit b19e336Copy full SHA for b19e336
.travis.yml
@@ -17,8 +17,8 @@ env:
17
install:
18
- pip install wheel tox
19
- ls -la wheelhouse
20
- - if [ ! -f wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl ] ; then pip wheel cython ; fi
21
- - pip install wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl
+ - if [ ! -f wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl ] ; then pip wheel cython==0.22 ; fi
+ - pip install wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl
22
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
23
24
script: tox
0 commit comments