From 3970e791b63c52ba82e0ab3f761931229f3a4859 Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Fri, 5 Jun 2020 15:21:51 +0200 Subject: [PATCH 1/3] Run tests on Bionic on Travis CI Also no need use for the sudo directive anymore. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db8eb65..6e0ac12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ +dist: bionic language: python -dist: xenial -sudo: false python: - "2.7" - "3.4" From b467516a6d433c70f65f4cfda3d8695e4620c436 Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Fri, 5 Jun 2020 15:28:40 +0200 Subject: [PATCH 2/3] Remove Python 3.4 from the test matrix Does not seem to exist for the Bionic environment. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e0ac12..da0c3c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ dist: bionic language: python python: - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" From e7b83b5bc5776268bbe51b38ecd5b7a4d25390b4 Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Fri, 5 Jun 2020 15:32:41 +0200 Subject: [PATCH 3/3] Run tests under Python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index da0c3c4..c7520c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" install: - make cideps - pip install .