From 04ce67ee7115ccabb45e510a9fcc52d242aaa74b Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 28 Jun 2018 08:47:04 -0700 Subject: [PATCH] add python 3.7 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 21e92177..f5220d14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false cache: - pip python: + - 3.7 - 3.6 - 3.5 - nightly