17 lines
235 B
YAML
Raw Normal View History

2014-01-17 12:57:02 -08:00
language: python
2014-01-17 13:35:10 -08:00
python: 2.7
2014-01-17 12:57:02 -08:00
install:
- pip install tox
2014-01-17 12:57:02 -08:00
script:
- tox
branches:
only:
- master
notifications:
irc:
channels:
- "chat.freenode.net#teeth-dev"
use_notice: true
skip_join: true
email: false