From e4aa43d76935ac44aecccecd30fb51d00854ffac Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 17 Nov 2015 17:08:04 +0200 Subject: Travis will now cache dependencies despite having a custom install step. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7695184..bc0efba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: false -cache: pip +cache: + directories: + - $HOME/.cache/pip language: python python: - 2.7 -- cgit v1.2.1