From f4a8ae42916142442250426800ca3c0fc7f9b727 Mon Sep 17 00:00:00 2001 From: Stefan Droege Date: Mon, 6 Apr 2020 17:04:02 +0200 Subject: [PATCH] add python 3.7 and 3.8 to travis config. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1e10baa..62b1d18d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" + - "3.8" addons: apt: