From 5ba64ca69ca50c4a41c1b7f8ec3c2c5cd535e9e2 Mon Sep 17 00:00:00 2001
From: Ellis Percival <flyte@failcode.co.uk>
Date: Fri, 21 Feb 2020 23:58:04 +0000
Subject: [PATCH] Use python 3.6 on travis

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 87d0a1c..5ddebf9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,9 @@ jobs:
       stage: test
       script: tox -e py27
 
-    - python: 3.4
+    - python: 3.6
       stage: test
-      script: tox -e py34
+      script: tox -e py36
 
     - stage: publish
       script: skip
@@ -33,7 +33,7 @@ jobs:
         distributions: bdist_wheel
 
     - stage: publish
-      python: 3.4
+      python: 3.6
       script: skip
       deploy:
         provider: pypi
-- 
GitLab