From 7f5d2c7b9107f92acd8cdf79161bd384d9a08938 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 16 Apr 2017 21:28:18 +0300
Subject: [PATCH] - Disable testing on Python 3.5, it isn't supported by
 Molecule and doesn't seem to gonna be supported anytime soon.

---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5849002..225db5e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: ["2.7", "3.5"]
+python: "2.7"
 dist: trusty
 sudo: True
 group: beta
@@ -19,7 +19,6 @@ env:
 matrix:
     fast_finish: True
     allow_failures:
-        - python: "3.5"
         - env: *stretch
         - env: *jessie
 cache:
-- 
GitLab