From 85c57f213a736db2c4acabeb3d53c2d18fd0dc45 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 23 Apr 2017 22:37:40 +0300
Subject: [PATCH] - Use Python 3.5 instead of 2.7 in TravisCI. - Cache pip and
 pre-commit in TravisCI.

---
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e202b98..a0f51c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,14 @@
 ---
 language: python
-python: "2.7"
+python: "3.5"
 dist: trusty
 sudo: false
 
+cache:
+  - pip
+  - directories:
+      - $HOME/.pre-commit
+
 install:
   - pip install pre_commit
 
-- 
GitLab