From d2836ca312042c0154e36b99d5fe53c50a3dd9ee Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Fri, 8 Feb 2019 20:18:16 -0800 Subject: [PATCH] Add python 3.7 support using workaround --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6eb7c950..e2cfaa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,14 @@ python: #- "3.4" - "3.5" - "3.6" - - "3.7" +# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs +# This is official workaround for Python 3.7 support by Travis +# See https://github.com/travis-ci/travis-ci/issues/9815 +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true os: - linux # No support for OSX Python runtime