mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
14 lines
261 B
YAML
14 lines
261 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -q cython
|
|
- cython msgpack/_msgpack.pyx
|
|
- pip install six --use-mirrors
|
|
- python setup.py install
|
|
|
|
script: "nosetests -w test"
|