From e711673efdf748df12d1f26f9d429744a9f0f8c9 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 12 Jul 2019 13:12:41 +1000 Subject: [PATCH 1/2] update travis to python=3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4995cb596..6bc2848b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: matrix: include: - - python: 3.6 + - python: 3.7 - os: osx osx_image: xcode10 sudo: required From 7cdd179a7b0e284e8be67e1b48bb5a5b7511a6f4 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 12 Jul 2019 13:23:22 +1000 Subject: [PATCH 2/2] update distribution to xenial --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6bc2848b9..0eba3f5c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ sudo: false #Use new Container Infrastructure language: python +dist: xenial cache: pip: true