Adjust IRC notifications to use #pytest.
It seems #pytest-dev is quite dead. Also I set it to only send notifications on changes (i.e. success -> failure and vice-versa).
This commit is contained in:
parent
13c01193d6
commit
94332ed1d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue