From 93d2aa696288098b046915bb718604ee9a4d7de7 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 16 Dec 2015 16:26:20 -0600 Subject: test travis irc notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2163eb8fd..6cc2e9ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,8 @@ script: notifications: email: - pyramid-checkins@lists.repoze.org + irc: + channels: + - "chat.freenode.net#pyramid" + template: + - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" -- cgit v1.2.3 From e40ccc3b4cc54fdef4fa49a131a95cd9f5bed80e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 16 Dec 2015 16:30:39 -0600 Subject: use default irc template --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6cc2e9ad4..5c53b43f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,5 +39,3 @@ notifications: irc: channels: - "chat.freenode.net#pyramid" - template: - - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" -- cgit v1.2.3 From 78fb6c668362cd050bbdac4e1639cce4a01e35df Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Wed, 20 Jan 2016 00:16:29 -0700 Subject: Remove Python 3.2 from travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5c53b43f6..39f0ca435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ matrix: env: TOXENV=py26 - python: 2.7 env: TOXENV=py27 - - python: 3.2 - env: TOXENV=py32 - python: 3.3 env: TOXENV=py33 - python: 3.4 -- cgit v1.2.3 From 4cd6cb4238f092baa19d477b1016c35af92b7b56 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sun, 10 Apr 2016 20:52:03 -0600 Subject: Remove Python 2.6 from all testing This removes it from tox/travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 39f0ca435..e45f3df7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ sudo: false matrix: include: - - python: 2.6 - env: TOXENV=py26 - python: 2.7 env: TOXENV=py27 - python: 3.3 -- cgit v1.2.3 From 1b3554b541618da9021cac26a49ea6976e66a655 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 10 May 2016 00:47:20 -0500 Subject: drop pypy3 from travis builds --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e45f3df7d..fbdd88224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ matrix: env: TOXENV=py35 - python: pypy env: TOXENV=pypy - - python: pypy3 - env: TOXENV=pypy3 - python: 3.5 env: TOXENV=py2-cover,py3-cover,coverage - python: 3.5 -- cgit v1.2.3