commit | 9d24f6cedd9a13a6901a9f8bc915141c59ca6f94 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Dec 23 09:50:31 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Dec 23 09:50:31 2014 -0600 |
tree | 32bd8f4909ab64aeff8e5de3c1d8553eb876cc1b | |
parent | 070678a35f61a6fea081467082c05f2e1637c6c2 [diff] [blame] |
add a comment explaining why we're excluding pypy3 on linux
diff --git a/.travis.yml b/.travis.yml index 3800868..9b900eb 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -43,6 +43,7 @@ matrix: exclude: + # excluding pypy3 from linux configs until the ubuntu ppa has pypy3 available. - os: linux env: TOXENV=pypy3 - os: linux