From 10e993c4f68ebf0437326a0a93d7a34a6e086bc3 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Tue, 8 Sep 2020 20:13:38 +0200 Subject: [PATCH] Update Python testing matrix Extends testing to current versions of Python. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fce7d4d..f500761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ python: - "2.7" - "3.4" - "3.5" + - "3.6" + - "3.7" + - "3.8" addons: apt: sources: