Skip to content

Commit b19e336

Browse files
committed
travis: Cython 0.22
1 parent 9fe19cc commit b19e336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ env:
1717
install:
1818
- pip install wheel tox
1919
- 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
20+
- if [ ! -f wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl ] ; then pip wheel cython==0.22 ; fi
21+
- pip install wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl
2222
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
2323

2424
script: tox

0 commit comments

Comments
 (0)