mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-10 20:00:07 +00:00
Add travis config.
This commit is contained in:
parent
1e17642264
commit
2f0078d395
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
|
||||
install: "pip install cython --use-mirrors"
|
||||
script: nosetests
|
||||
Loading…
Add table
Add a link
Reference in a new issue