mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
Add .travis.yml
This commit is contained in:
parent
4a20700e20
commit
cb7dff3319
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -q cython
|
||||
- cython --cplus msgpack/_msgpack.pyx
|
||||
- pip install six --use-mirrors
|
||||
- python setup.py install
|
||||
|
||||
script: "nosetests -w test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue