From a59d546e0598f1cbde65cc1c53d4acfcde637f07 Mon Sep 17 00:00:00 2001 From: Erik Bernhardsson Date: Sun, 1 Sep 2019 11:57:55 -0400 Subject: [PATCH] add py3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 603f0ac..e1e8017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "3.5" - "3.6" + - "3.7" before_install: - pip install -U pytest pytest-cov - pip install coveralls