From 12ed9fbebcca1cfea259b74e66fe0044cfe6a0ed Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 28 Oct 2019 17:05:43 +0100 Subject: travis-ci: Switch to bionic Need to drop python 3.4 for that since it's not available on bionic. --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9eee95c8..90584bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,16 +4,11 @@ language: python services: - docker +dist: bionic python: - - "3.4" - - "3.5" - "3.6" -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true + - 3.7 before_install: - sudo apt-get -qq update -- cgit v1.2.3