From 939be5fabe8c8ed8fcb334b07c84349f99cb0e59 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 3 Jul 2018 08:37:13 +0200 Subject: Switch back to offical Python 3.7 build 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. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e792ec..79e62ca 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