From 80b3572e30a255c2191b148887f7a2fe06e2706d Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 22 Aug 2020 20:26:13 +0100 Subject: [PATCH] Update Travis CI build configuration Change distro from trusty to xenial. Add missing os key. Remove deprecated sudo key. --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b9092e67..723679808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,17 +23,12 @@ # After changing this file, check it on: # http://lint.travis-ci.org/ -sudo: required -dist: trusty +os: linux +dist: xenial language: python python: - 3.3 # This is irrelevant, because the virtualenv is not used at all -# FIXME: The minimum requirement for Gramps is Python 3.2, so a test environment -# for Python 3.2 should be added to this environment which is Python 3.3. It -# will not be possible to run coverage under Python 3.2, because coverage is -# Python 3.3 (or above) only. - addons: apt: packages: