From 52b35d8d40c99e1e9ae9d730e5b5d67cae98d259 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Thu, 5 Dec 2019 12:36:10 +0100 Subject: [PATCH] Fixed travis conf --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60aeb07..107c193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,9 @@ language: python dist: xenial matrix: include: - - python: 3.4 - - python: 3.5 - python: 3.6 - python: 3.7 - sudo: true + - python: 3.8 install: pip install tox-travis coverage codacy-coverage