From cec940f36592cbce93c456f5ed0a855dc256ff4b Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 18 Mar 2019 14:36:22 -0400 Subject: [PATCH] Test Python 3.7 on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b630968..02f2a51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" - pypy2.7-6.0 - pypy3.5-6.0 install: