summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2016-01-29 05:13:36 +1100
committerMatthew Iversen <teh.ivo@gmail.com>2016-01-29 05:13:36 +1100
commitd6df1b3444cb487484ff8202cff121b147c0e1d5 (patch)
tree6e44ce50f06cc21981a826f7db4fac83d378ede7 /.travis.yml
parent5645776b9b8888330592fdfa2e00c2f85a935edf (diff)
downloadpython-setuptools-git-d6df1b3444cb487484ff8202cff121b147c0e1d5.tar.gz
Allow failures with pypy3 for now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6304d5e7..ae14639a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,9 @@ python:
- 3.5
- pypy
- pypy3
+matrix:
+ allow_failures:
+ - python: pypy3
env:
- ""
- LC_ALL=C LC_CTYPE=C