From 9b4935965baa970e1d7453170f3a91a15f4297e0 Mon Sep 17 00:00:00 2001 From: Maximilian Weigand Date: Tue, 20 Oct 2020 15:09:14 +0200 Subject: [PATCH] use python 3.7 and python 3.8 in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c1dec3..2c30ab8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - - "3.4" + - "3.7" + - "3.8" cache: - pip before_install: