From 73d87de99e2f15a499d190e9e04ddcde875a62e9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 27 Sep 2015 20:54:25 +0200 Subject: [PATCH] Fixed travis caching --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebf2f4a621..75419c455f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,6 @@ script: - coverage run -m py.test tests after_success: - coveralls -cache: pip +cache: + directories: + - $HOME/.cache/pip