Skip to content

Commit f657708

Browse files
committed
add travis configuration.
1 parent ab9e902 commit f657708

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

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

0 commit comments

Comments
 (0)