mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
14 lines
269 B
YAML
14 lines
269 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
|
|
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"
|