From 5d4cdb59a90cd2c36636f323713e28ed35579feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Fri, 31 Jul 2015 16:39:12 -0300 Subject: [PATCH] cache pip cache --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 419f52c96..18ef5a57f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ notifications: skip_join: true channels: - irc.freenode.org#scrapy +cache: + directories: + - $HOME/.cache/pip deploy: provider: pypi distributions: "sdist bdist_wheel"