mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Use system cython.
This commit is contained in:
parent
67d8cc6c4f
commit
b14caa419c
1 changed files with 5 additions and 2 deletions
|
|
@ -6,7 +6,10 @@ python:
|
|||
- 3.3
|
||||
|
||||
install:
|
||||
- "pip install cython six --use-mirrors"
|
||||
- "python setup.py install"
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -q cython
|
||||
- cython --cplus msgpack/_msgpack.pyx
|
||||
- pip install six --use-mirrors
|
||||
- python setup.py install
|
||||
|
||||
script: "nosetests -w test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue