aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-23 09:50:31 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-23 09:50:31 -0600
commit9d24f6cedd9a13a6901a9f8bc915141c59ca6f94 (patch)
tree32bd8f4909ab64aeff8e5de3c1d8553eb876cc1b
parent070678a35f61a6fea081467082c05f2e1637c6c2 (diff)
downloadcryptography-9d24f6cedd9a13a6901a9f8bc915141c59ca6f94.tar.gz
cryptography-9d24f6cedd9a13a6901a9f8bc915141c59ca6f94.tar.bz2
cryptography-9d24f6cedd9a13a6901a9f8bc915141c59ca6f94.zip
add a comment explaining why we're excluding pypy3 on linux
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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