mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
commit
647af23373
1 changed files with 6 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -1,16 +1,15 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
|
||||
env:
|
||||
- PIP_USE_MIRRORS=true
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -q cython
|
||||
- sudo apt-get install -q python3.3-dev
|
||||
- pip install --use-mirrors tox cython
|
||||
- cython --cplus msgpack/_packer.pyx
|
||||
- cython --cplus msgpack/_unpacker.pyx
|
||||
- pip install six --use-mirrors
|
||||
- python setup.py install
|
||||
|
||||
script: "nosetests -w test"
|
||||
script: "tox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue