From 5516c8147c184c8796db78faf65a3b9d9cca2688 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Wed, 23 Oct 2019 21:05:30 +0200 Subject: [PATCH] Add new python versions for travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a04577..7fdc03c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: - pip install tox-travis script: