From 30c42dfddadc7713483b278d602b685619b58993 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 17 Nov 2020 08:49:51 +0200
Subject: [PATCH] Remove unsupported Python versions from TravisCI.

Keep Python 2.7 around, although not supported I can't pretend it's not
in use.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2e3294c..a0550aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: ["2.7", "3.3", "3.4", "3.5", "3.6"]
+python: ["2.7", "3.6"]
 dist: trusty
 sudo: false
 group: beta
-- 
GitLab