From 9d24f6cedd9a13a6901a9f8bc915141c59ca6f94 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 23 Dec 2014 09:50:31 -0600 Subject: add a comment explaining why we're excluding pypy3 on linux --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3800868b..9b900eb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ notifications: matrix: exclude: + # excluding pypy3 from linux configs until the ubuntu ppa has pypy3 available. - os: linux env: TOXENV=pypy3 - os: linux -- cgit v1.2.3