mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-03 11:00:55 +00:00
Merge pull request #128 from methane/travis/cython-0.22
travis: Use cython 0.22
This commit is contained in:
commit
b49e53003d
1 changed files with 6 additions and 2 deletions
|
|
@ -7,6 +7,10 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TOXENV=py26-c,py27-c
|
- TOXENV=py26-c,py27-c
|
||||||
- TOXENV=py32-c,py33-c,py34-c
|
- TOXENV=py32-c,py33-c,py34-c
|
||||||
|
|
@ -17,8 +21,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue