mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-31 17:40:54 +00:00
Update .travis.yml
This commit is contained in:
parent
685026d2e1
commit
78c345555b
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ python:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -q cython
|
- sudo apt-get install -q cython
|
||||||
- cython --cplus msgpack/_msgpack.pyx
|
- cython --cplus msgpack/_packer.pyx
|
||||||
|
- cython --cplus msgpack/_unpacker.pyx
|
||||||
- pip install six --use-mirrors
|
- pip install six --use-mirrors
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue