mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
fix package name
This commit is contained in:
parent
8b27482f5f
commit
ef054cef51
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ python:
|
|||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -q cython
|
||||
- sudo apt-get install -q python26-dev python27-dev python32-dev python33-dev
|
||||
- sudo apt-get install -q python2.6-dev python2.7-dev python3.2-dev python3.3-dev
|
||||
- cython --cplus msgpack/_packer.pyx
|
||||
- cython --cplus msgpack/_unpacker.pyx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue