From acbb71290634a749554825d7f9087b9b79472b65 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 4 Aug 2020 15:09:01 +0200 Subject: [PATCH] Try and update the CI from Ubuntu 16.04 to 18.04 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffcf8df..9cbb318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ -dist: xenial +dist: bionic language: python -python: 3.7 +python: 3.8 env: matrix: - ENV=test