From 1519b38af08cdb93b8e84563be7fc9cdb7fc6b79 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Nov 2016 19:03:18 -0200 Subject: [PATCH] Allow failure of py35-trial on Travis Related to #1989 --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c36a298c..bbc03d856 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,17 @@ env: - TESTENV=py27-trial - TESTENV=py35-pexpect - TESTENV=py35-xdist - # Disable py35-trial temporarily: #1989 - #- TESTENV=py35-trial + - TESTENV=py35-trial - TESTENV=py27-nobyte - TESTENV=doctesting - TESTENV=freeze - TESTENV=docs +matrix: + allow_failures: + # py35-trial failing on Linux: #1989 + - env: TESTENV=py35-trial + script: tox --recreate -e $TESTENV notifications: