From d29a1fc52535aafc3aa23c58e9060c44af33d99b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 23 Apr 2016 13:49:58 -0400 Subject: Enabling caching of pip downloads and wheels --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 55cba46d..3b7b2b42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python sudo: false +cache: + directories: + - $HOME/.cache/pip python: - "2.6" - "2.7" -- cgit v1.2.3