This commit is contained in:
James Turk 2012-03-13 23:16:31 -07:00
parent 91143a7da0
commit 99f2905c86

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
install: pip install nose --use-mirrors
script: nosetests
notifications:
email:
- jturk@sunlightfoundation.com
- jcarbaugh@sunlightfoundation.com