From 636e281c0ab719f0c4776e54103e83ecdfe7f7ca Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 29 Dec 2016 08:18:02 +0200
Subject: [PATCH] - Disable tests on Python 3.2 in Travis CI, fails on setup
 issue.

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

diff --git a/.travis.yml b/.travis.yml
index 75387b2..a6fc5f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: ["2.7", "3.2", "3.3", "3.4", "3.5"]
+python: ["2.7", "3.3", "3.4", "3.5"]
 dist: trusty
 sudo: false
 cache:
-- 
GitLab