Skip to content

Commit e66eb1c

Browse files
committed
Adds Travis-CI build
1 parent c5901ea commit e66eb1c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
language: python
3+
python:
4+
- "2.6"
5+
- "2.7"
6+
- "3.2"
7+
- "3.3"
8+
install: "python setup.py develop"
9+
script: "python setup.py test"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Pusher REST Python library
22
==========================
33

4+
![Travis-CI](https://travis-ci.org/pusher/pusher-rest-python.svg)
5+
46
*status: Alpha*
57

68
This is the new python library that will replace the "pusher" module once it

0 commit comments

Comments
 (0)