msgpack-python/.travis.yml
2014-12-18 13:17:49 +09:00

10 lines
192 B
YAML

sudo: false
language: python
python:
- 2.7
install:
- pip install tox cython
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
script: "tox && MSGPACK_PUREPYTHON=x tox"