From 9440ccaffe60259d7040306d0d97da9310b11d57 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 25 Jan 2020 22:27:58 +0100 Subject: [PATCH] Update Python Versions This patch updates the Python versions to test against, dropping the now officially unsupported Python 2.7. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 652fae3..80721da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ dist: bionic # https://devguide.python.org/#branchstatus python: - - "2.7" - - "3.6" - - "3.7" + - 3.6 + - 3.7 + - 3.8 install: - pip install flake8 python-coveralls coverage liccheck