From af0645bbf55704c089fc075085a825f597c53c39 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Dec 2016 19:00:02 +0200
Subject: [PATCH] - Caching the entire virtualenv in Travis CI has proven to
 cause issues, caching just pip's cache directory.

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

diff --git a/.travis.yml b/.travis.yml
index 3d4c7d8..abc583a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ cache:
   - pip
   - directories:
       - $HOME/.pre-commit
-      - $HOME/virtualenv
 
 install:
   - pip install -r tests/requirements.txt | cat
-- 
GitLab