From c680d3742ef3ee5923e07f4f816a23a158168f72 Mon Sep 17 00:00:00 2001 From: Pascal Kollie Date: Sun, 3 Nov 2019 23:54:29 -0500 Subject: [PATCH] Adding python version 3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0ff21d2..d987508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" install: - pip install tox-travis script: tox