From bcd0bd3d75fc50b9fa78ed68beb5e00b54c007df Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Sat, 19 Oct 2019 15:16:18 -0700 Subject: [PATCH] Allow 3.8 to fail in Travis. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index de87284..a6c23b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,10 @@ matrix: - python: 3.8 env: TOX_ENV=py38-noextras +jobs: + allow_failures: + - python: 3.8 + install: - sudo apt-get install graphviz - pip install tox coveralls