From e989b1805b58ae070606afc6353a0caba425f6b3 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 30 Jul 2018 12:34:58 +0200 Subject: Allow Python 3.7 to fail since it's not available on Travis yet. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 994a741..e771443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,12 @@ python: - "pypy" - "pypy3" +matrix: + fast_finish: true + allow_failures: + # see https://github.com/travis-ci/travis-ci/issues/9815 + - python: 3.7 + install: - pip install pytest pytest-cov codecov -- cgit v1.2.1