oyster/.travis.yml

11 lines
216 B
YAML
Raw Normal View History

2012-03-21 16:50:22 +00:00
language: python
python:
- "2.6"
- "2.7"
2012-04-13 21:43:29 +00:00
install: pip install scrapelib pymongo nose celery --use-mirrors
2012-03-21 16:50:22 +00:00
script: nosetests
2012-09-12 17:30:01 +00:00
services: mongodb
2012-03-21 16:50:22 +00:00
notifications:
email:
- jturk@sunlightfoundation.com