From 478cb91af03c2cf770abf632f87af48e9303f6fb Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sun, 24 Nov 2019 18:34:12 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff9c20f..d7dff07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,10 @@ services: matrix: include: - python: 2.7 - - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 - dist: xenial - sudo: true + - python: 3.8 install: pip install tox-travis coverage codacy-coverage