From d15c9d4156fdd86d5d9ace15534c8151c22c8379 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Thu, 2 Apr 2020 09:20:08 +0200 Subject: [PATCH] added python 3.7/3.8 to tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ea2af0..3edb959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "3.5" - "3.6" # Python 3.7 not working yet -# - "3.7" + - "3.7" + - "3.8" before_install: # - pip install tox-travis - pip install codecov