From 49a2257019df904a0bfb93cf73a31b1ad38e0409 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 10 Jan 2017 07:51:55 +0200
Subject: [PATCH] - Try using Python 3.4 as it seems to be the oldest Python 3
 version on which pre-commit tests (according to their Travis CI).

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

diff --git a/.travis.yml b/.travis.yml
index bb77032..8597e30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: ["2.7", "3.2"]
+python: ["2.7", "3.4"]
 dist: trusty
 sudo: True
 group: beta
@@ -14,7 +14,7 @@ env:
       platform: all
 matrix:
     allow_failures:
-        - python: "3.2"
+        - python: "3.4"
 cache:
   - pip
   - directories:
-- 
GitLab