We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0406587 + a083398 commit bf62502Copy full SHA for bf62502
13 files changed
.travis.yml
@@ -0,0 +1,8 @@
1
+language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.3"
6
+ - "3.4"
7
+install: "pip install -r requirements.txt"
8
+script: py.test
README.md
0 commit comments