From 7f1b7d36f19d6187dcd8536498536b80931bea4e Mon Sep 17 00:00:00 2001 From: David Vierra Date: Fri, 30 Oct 2015 04:07:06 -1000 Subject: [PATCH] Enable cached pip packages --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbe4420..b0380ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: python # Use new container-based Travis infrastructure. sudo: false -# Cache pip packages. -cache: pip +# Cache pip packages. `cache: pip` does not work with custom install steps. +cache: + directories: + - $HOME/.cache/pip os: - linux