From 53d22ee6ca4e9c78dc316fc144c8a0452ca677f1 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Tue, 29 Jan 2019 16:07:20 -0600 Subject: switch coverage around to get actual build failures --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb48776..3ab601a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,17 @@ os: install: - ./.travis/install.sh -# pypy is not passing, but allow failures for coverage stage to be reached +# pypy is not passing atm, but still report build success for now +# allow coverage to fail, so we can still do testing for all platforms matrix: allow_failures: - - stage: Test + - python: pypy + - stage: Coverage + +# run coverage first as its still useful to collect +stages: + - Coverage + - Test jobs: include: -- cgit v0.12