From 4d50c7e105e1df3372479990325146511038a6e8 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 30 Dec 2018 14:09:32 +0000 Subject: [PATCH] Add Python 3.7 to test suite --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 91ccc181f..6e7169d3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ matrix: - python: 3.4 - python: 3.5 - python: 3.6 + - python: 3.7 install: - pip install --requirement requirements.txt