Browse Source

Add files for Travis CI and PyPI

Alois Mahdal 9 years ago
parent
commit
8665f3ef83
2 changed files with 8 additions and 0 deletions
  1. 7
    0
      .travis.yml
  2. 1
    0
      requirements.txt

+ 7
- 0
.travis.yml View File

@@ -0,0 +1,7 @@
1
+language: python
2
+python:
3
+  - "2.6"
4
+  - "2.7"
5
+  - "3.2"
6
+  - "3.3"
7
+script: nosetests

+ 1
- 0
requirements.txt View File

@@ -0,0 +1 @@
1
+docopt