We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5901ea commit e66eb1cCopy full SHA for e66eb1c
.travis.yml
@@ -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
@@ -1,6 +1,8 @@
Pusher REST Python library
==========================
+
+
*status: Alpha*
This is the new python library that will replace the "pusher" module once it
0 commit comments