8000 Add .travis.yml · cluo/msgpack-python@cb7dff3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb7dff3

Browse files
committed
Add .travis.yml
1 parent 4a20700 commit cb7dff3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- 2.6
4+
- 2.7
5+
- 3.2
6+
7+
install:
8+
- sudo apt-get update -qq
9+
- sudo apt-get install -q cython
10+
- cython --cplus msgpack/_msgpack.pyx
11+
- pip install six --use-mirrors
12+
- python setup.py install
13+
14+
script: "nosetests -w test"

0 commit comments

Comments
 (0)
0