Merge pull request #790 from pytest-dev/irc-notifications

Adjust IRC notifications to use #pytest.
This commit is contained in:
Bruno Oliveira 2015-06-19 07:31:50 -03:00
commit 80b5ebc398
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,10 @@ script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
notifications:
irc:
- "chat.freenode.net#pytest-dev"
channels:
- "chat.freenode.net#pytest"
on_success: change
on_failure: change
skip_join: true
email:
- pytest-commit@python.org