From b18fe44b9067adc022bcd66a531bd2b4502cfa26 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 18 Feb 2015 15:28:41 +0200 Subject: [PATCH] Switched from directly specifying pip to specifying which directory to cache. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68f99806f..413023034 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python -cache: pip +cache: + directories: + - $HOME/.cache/pip sudo: false env: