From e01e3e96707312c7f0e6ffab6d659a6f27d08ac2 Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Sun, 21 Apr 2019 16:03:14 -0400 Subject: [PATCH] Add Python 3.7 to the Python list --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01bf118..68db58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - '3.4' - '3.5' - '3.6' + - '3.7' - pypy matrix: -- 2.47.3