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:
|
2014-01-29 10:12:44 -08:00
|
|
|
- pip install tox
|
2014-01-17 12:57:02 -08:00
|
|
|
script:
|
2014-01-29 10:12:44 -08:00
|
|
|
- tox
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2014-01-20 11:43:25 -08:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "chat.freenode.net#teeth-dev"
|
|
|
|
use_notice: true
|
|
|
|
skip_join: true
|
|
|
|
email: false
|