mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
9 lines
180 B
YAML
9 lines
180 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install tox cython
|
|
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
|
|
|
|
script: "tox && MSGPACK_PUREPYTHON=x tox"
|