travis: Cython 0.22

This commit is contained in:
INADA Naoki 2015-03-13 04:05:44 +09:00
parent 9fe19cc408
commit b19e336108

View file

@ -17,8 +17,8 @@ env:
install: install:
- pip install wheel tox - pip install wheel tox
- ls -la wheelhouse - ls -la wheelhouse
- if [ ! -f wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl ] ; then pip wheel cython ; fi - if [ ! -f wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl ] ; then pip wheel cython==0.22 ; fi
- pip install wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl - pip install wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx - cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
script: tox script: tox