mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
15 lines
322 B
YAML
15 lines
322 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
|
|
env:
|
|
- PIP_USE_MIRRORS=true
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -q python3.3-dev
|
|
- pip install --use-mirrors tox cython
|
|
- cython --cplus msgpack/_packer.pyx
|
|
- cython --cplus msgpack/_unpacker.pyx
|
|
|
|
script: "tox && MSGPACK_PUREPYTHON=x tox"
|