From ca25295ac302ba501bc86c9670a895ff180333b3 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 11 Aug 2019 22:22:41 +0200 Subject: [PATCH] Update Python Versions This patch drops tests of the rather dated Python 3.4 and 3.5 while simultaneously adding tests for Python 3.7 and updating the build and test environment. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c50301..717381a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: python -sudo: false +dist: bionic # https://devguide.python.org/#branchstatus python: - "2.7" - - "3.4" - - "3.5" - "3.6" + - "3.7" install: - pip install flake8 python-coveralls coverage