From 0258ee85751f7e4ba3f21e55fbead0abac141d49 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 4 May 2020 12:02:55 +0200 Subject: [PATCH] travis: Upgrade to bionic --- .travis.yml | 3 +-- tox.ini | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 836533c..7c9aa37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT --- -dist: xenial +dist: bionic language: python env: global: @@ -11,7 +11,6 @@ matrix: - python: 2.6 dist: trusty - python: 2.7 - - python: 3.5 - python: 3.6 - python: 3.7 - python: 3.8 diff --git a/tox.ini b/tox.ini index cdac907..2318571 100644 --- a/tox.ini +++ b/tox.ini @@ -270,7 +270,6 @@ max-line-length = 88 python = 2.6: py26,coveralls,custom 2.7: py27,coveralls,flake8,pylint,custom - 3.5: custom 3.6: py36,coveralls,black,yamllint,custom 3.7: py37,coveralls,custom 3.8: py38,coveralls,custom