From afbc550198efed60d372df0aa77683844a1bf119 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 4 Jan 2017 18:16:03 +0200
Subject: [PATCH] - Reintroduce Python 3.2 tests but allow them to fail. -
 Consistent indentation in .travis.yml.

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

diff --git a/.travis.yml b/.travis.yml
index a6fc5f4..1c90cea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,16 @@
 ---
 language: python
-python: ["2.7", "3.3", "3.4", "3.5"]
+python: ["2.7", "3.2", "3.3", "3.4", "3.5"]
 dist: trusty
 sudo: false
 cache:
   - pip
+matrix:
+  allow_failure:
+    - python: "3.2"
 
 install:
-    - pip install tox-travis
+  - pip install tox-travis
 
 script:
   - tox
-- 
GitLab