From b9dd8fa80a574f337b1f96f10059f91d4ccd7c89 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Wed, 26 Jun 2019 13:29:10 -0500 Subject: [PATCH] Fix Travis so it works with Python 3.7 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d05f260..9d947d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: + - "2.7" - "3.6" + - "3.7" branches: only: