summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-04 18:53:40 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2019-03-04 18:53:40 -0500
commit96380855bb73cd6b061d067b0059fbbb6573e020 (patch)
treeab0678a4d287616f88cb0e924fc8ff2005430d69
parent56198e138a677e67a8beec2dcb2d33c0b8dd0a32 (diff)
downloadscons-git-96380855bb73cd6b061d067b0059fbbb6573e020.tar.gz
Try another syntax to allow pypy3 failure in addtion to pypy
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9df50d235..a8cb94090 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,8 @@ install:
# allow coverage to fail, so we can still do testing for all platforms
matrix:
allow_failures:
- - python: pypy, pypy3
+ - python: pypy
+ - python: pypy3
- stage: Coverage
# run coverage first as its still useful to collect