From b7054495a714ca0fcb66c2b468d34c9e50852227 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 11 Jul 2013 12:20:38 +0200 Subject: [PATCH] send IRC notifications to pytest-dev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28af100fd..81977fa5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: "pip install -e . detox" script: detox --recreate notifications: irc: - - "chat.freenode.net#pylib" + - "chat.freenode.net#pytest-dev" email: - pytest-commit@python.org