From c611be96adb03a9e7cef29a591e1ee6c41df61d9 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <paulus@paulusschoutsen.nl>
Date: Sat, 3 Oct 2015 11:36:39 -0700
Subject: [PATCH] Another try, caching is enabled before activating virtualenv

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

diff --git a/.travis.yml b/.travis.yml
index 57d7222d927..da3516554ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
 language: python
 cache:
   directories:
-    - $VIRTUAL_ENV/lib
+    - $HOME/virtualenv/python3.4.2/
 python:
   - "3.4"
 install:
-- 
GitLab