From 755f0705ef5dca20f040471f4f22e831501b0648 Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Sun, 2 Sep 2018 11:41:54 -0700 Subject: [PATCH] Update tests to run on 3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf33927..88df3ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: pip python: - '2.7' - - '3.6' + - '3.7' install: - pip install -U pip setuptools