diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 79d9fa09d..5c53b43f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,8 @@ matrix: - python: 3.5 env: TOXENV=py2-cover,py3-cover,coverage - python: 3.5 + env: TOXENV=docs + - python: 3.5 env: TOXENV=pep8 install: @@ -34,3 +36,6 @@ script: notifications: email: - pyramid-checkins@lists.repoze.org + irc: + channels: + - "chat.freenode.net#pyramid" |
