mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
13 lines
333 B
YAML
13 lines
333 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
|
|
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
|
|
- cython --cplus msgpack/_packer.pyx
|
|
- cython --cplus msgpack/_unpacker.pyx
|
|
|
|
script: "tox"
|