From dcb1fc098b02f7a0a4eeef356695abc47587f5c2 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 17 Sep 2015 08:23:40 -0500 Subject: Add python 3.5 support Add a notification for the PyCQA channel --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8fabef..3149cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.2 - 3.3 - 3.4 + - 3.5 - nightly - pypy - pypy3 @@ -21,3 +22,8 @@ script: notifications: email: - IanLee1521@gmail.com + irc: + channels: + - "irc.freenode.org##python-code-quality" + use_notice: true + skip_join: true -- cgit v1.2.1