summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7cf7f5897b61912745e2f303c76761221e4dc794 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
    - 2.7

install:
    - pip install tox cython
    - cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx

script: "tox && MSGPACK_PUREPYTHON=x tox"