From 9acc219681c3c86416d86dd156addeccc68fe07b Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sat, 29 Sep 2018 09:30:04 -0700 Subject: [PATCH] Allow failures on dev branch of Python 3.8 Since Python 3.8 is going through significant changes, we should allow failures and not block other commits from merging because of 3.8 compatibility. Signed-off-by: Eric Brown --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 556201e88..b8bc58dd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,11 @@ matrix: sudo: true - python: pypy env: TOXENV=pypy + allow_failures: + - python: 3.8-dev + env: TOXENV=py38 + dist: xenial + sudo: true notifications: email: