From cac75abcafdeed688a2e69f5faa930137b139e99 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 5 Feb 2020 01:22:19 +0100 Subject: [PATCH] Switch ubutu distro on travis builds --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8097a051..5958aeec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ os: linux -dist: xenial +dist: bionic services: - xvfb language: python cache: bundler -sudo: required addons: apt: packages: @@ -13,7 +12,7 @@ addons: - python3-pyqt5.qtsvg python: - "3.5" - - "3.7" + - "3.8" install: - pip install --upgrade pip - pip install -r requirements.txt