mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-08 13:31:01 +00:00
Don't use c++ on travis.
This commit is contained in:
parent
cb7dff3319
commit
e9f9e9e83f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ 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 msgpack/_msgpack.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