From 96380855bb73cd6b061d067b0059fbbb6573e020 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 4 Mar 2019 18:53:40 -0500 Subject: Try another syntax to allow pypy3 failure in addtion to pypy --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9df50d2..a8cb940 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 -- cgit v0.12