Skip to content

Commit 0b9dfdd

Browse files
committed
Adding travis ci config.
1 parent 8491d38 commit 0b9dfdd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "2.4"
4+
- "2.5"
5+
- "2.6"
6+
- "2.7"
7+
- "3.2"
8+
- "3.3"
9+
# command to install dependencies
10+
install:
11+
- "make deps"
12+
- "make install"
13+
# command to run tests
14+
script: "make test"

0 commit comments

Comments
 (0)