From d5ab28820dcd80ed1e6a5bf33945bb6d1f057d4b Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 2 Jul 2018 23:18:56 -0700 Subject: Switch back to offical Python 3.7 build (#163) It appears that Python 3.7 use in Travis-CI is finally fixed. However, it requires use of xenial distribution and sudo: true. Those have now been added to the matrix. Signed-off-by: Eric Brown --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 120f290c..4006e760 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,8 @@ matrix: python: '3.6' - os: linux dist: xenial - sudo: false - python: '3.7-dev' + sudo: true + python: '3.7' - os: linux dist: xenial sudo: false -- cgit v1.2.1