From 55bc5dc5e7a24b1aa21617065b3c088a054b6aa1 Mon Sep 17 00:00:00 2001
From: Ellis Percival <flyte@failcode.co.uk>
Date: Mon, 18 Jan 2021 11:22:17 +0000
Subject: [PATCH] Make all tests run on Python 3.6

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 074380b..715e328 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ install:
 
 jobs:
   include:
-    - python: 2.7
+    - python: 3.6
       stage: test
       script: tox -e py27
 
@@ -21,7 +21,7 @@ jobs:
 
     - stage: publish
       script: skip
-      python: 2.7
+      python: 3.6
       deploy:
         provider: pypi
         user: flyte
-- 
GitLab