saucebrush/.travis.yml

10 lines
153 B
YAML
Raw Normal View History

2012-03-14 06:16:31 +00:00
language: python
python:
- "2.7"
2017-01-26 19:59:47 +00:00
- "3.5"
install: pip install nose
2012-03-14 06:16:31 +00:00
script: nosetests
notifications:
email:
2017-01-26 19:59:47 +00:00
- james.p.turk@gmail.com