Add .travis.yml

This commit is contained in:
Ben Firshman 2013-12-09 12:06:41 +00:00
parent ed1918ef09
commit f80ccab9d6
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: pip install nose==1.3.0
script: nosetests