From f7a1d369c35cf2716d84751b4132bfc90c68a162 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 26 Dec 2016 21:47:50 -0200 Subject: [PATCH] Allow trial environments to fail on CI for now While I agree this is *far* from ideal, IMHO It is better to ignore them for now otherwise we hamper contributors with unrelated errors. We should fix this before the next release. #1989 --- .travis.yml | 3 ++- appveyor.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bbc03d856..a7b84194e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,8 @@ env: matrix: allow_failures: - # py35-trial failing on Linux: #1989 + # see #1989 + - env: TESTENV=py27-trial - env: TESTENV=py35-trial script: tox --recreate -e $TESTENV diff --git a/appveyor.yml b/appveyor.yml index a42aa16dc..c82b81ce9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,12 @@ environment: - TOXENV: "freeze" - TOXENV: "docs" +matrix: + allow_failures: + # see #1989 + - TOXENV: "py27-trial" + - TOXENV: "py35-trial" + install: - echo Installed Pythons - dir c:\Python*