Skip to content

Commit b04cd6f

Browse files
committed
added tests and .travis.yml
1 parent abb7e97 commit b04cd6f

File tree

3 files changed

+783
-0
lines changed

3 files changed

+783
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
8+
- "3.5"
9+
10+
install: "pip install -r requirements.txt"
11+
12+
script: nosetests

0 commit comments

Comments
 (0)