From f5008dfb8602b29131f81cbcf1dcfcd22bd03f0b Mon Sep 17 00:00:00 2001
From: Scott Linderman <slinderman@users.noreply.github.com>
Date: Mon, 24 Aug 2020 09:59:38 -0700
Subject: [PATCH] Update .travis.yml

Updating Travis to use Python 3.7.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a0298bd..de716ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
 language: python
 python:
     - "2.7"
-    - "3.4"
+    - "3.7"
 notifications:
     email: false
 addons:
-- 
GitLab