Skip to content

Commit e274e8b

Browse files
committed
Add travis config
1 parent 7f46193 commit e274e8b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
3+
python:
4+
- 2.6
5+
- 2.7
6+
- 3.2
7+
8+
install:
9+
- pip install --use-mirrors tornado msgpack-python
10+
- python setup.py install
11+
12+
script:
13+
- python test/test_msgpackrpc.py

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/msgpack/msgpack-rpc-python.png)](https://travis-ci.org/msgpack/msgpack-rpc-python)
2+
13
# MessagePack RPC for Python
24

35
MessagePack RPC implementation based on Tornado.

0 commit comments

Comments
 (0)