saucebrush/.travis.yml

11 lines
215 B
YAML
Raw Normal View History

2012-03-14 06:16:31 +00:00
language: python
python:
- "2.7"
2014-03-18 05:13:05 +00:00
- "3.3"
2012-03-14 06:16:31 +00:00
install: pip install nose --use-mirrors
script: nosetests
notifications:
email:
- jturk@sunlightfoundation.com
- jcarbaugh@sunlightfoundation.com