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