travis ci

This commit is contained in:
James Turk 2012-03-21 12:50:22 -04:00
parent 5124fe4eab
commit 3a4d2d968e

9
.travis.yml Normal file
View File

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