oyster/.travis.yml

10 lines
191 B
YAML
Raw Normal View History

2012-03-21 16:50:22 +00:00
language: python
python:
- "2.6"
- "2.7"
install: pip install scrapelib pymongo nose --use-mirrors
script: nosetests
notifications:
email:
- jturk@sunlightfoundation.com