mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Use newer cython.
This commit is contained in:
parent
7bebb665fb
commit
34611a8ccd
1 changed files with 2 additions and 3 deletions
|
|
@ -6,10 +6,9 @@ env:
|
|||
- PIP_USE_MIRRORS=true
|
||||
|
||||
install:
|
||||
- pip install --use-mirrors tox
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -q cython
|
||||
- sudo apt-get install -q python2.6-dev python2.7-dev python3.2-dev python3.3-dev
|
||||
- sudo apt-get install -q python3.3-dev
|
||||
- pip install --use-mirrors tox cython
|
||||
- cython --cplus msgpack/_packer.pyx
|
||||
- cython --cplus msgpack/_unpacker.pyx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue