From c2009596efbf003ef100674e7b5d10aa0190127f Mon Sep 17 00:00:00 2001 From: Eugene Prikazchikov Date: Mon, 1 Oct 2018 11:20:33 +0300 Subject: [PATCH] Add workaround to make Python3.7 in Travis work properly --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 834778f..24869bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,13 @@ python: - '3.4' - '3.5' - '3.6' -- '3.7' +# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs +# See https://github.com/travis-ci/travis-ci/issues/9815 +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true sudo: false cache: pip install: