mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 12:23:16 +00:00
Update travis setting
This commit is contained in:
parent
c102e6cee5
commit
ab359e3330
1 changed files with 3 additions and 8 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,8 +1,5 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
cache:
|
cache: pip
|
||||||
directories:
|
|
||||||
- wheelhouse
|
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
@ -19,10 +16,8 @@ env:
|
||||||
- TOXENV=pypy-pure,pypy3-pure
|
- TOXENV=pypy-pure,pypy3-pure
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install wheel tox
|
- pip install tox
|
||||||
- ls -la wheelhouse
|
- pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
|
||||||
- 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
|
|
||||||
- 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