From 495bc619668d9960118a48b2b77371df8cdc798d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 28 Feb 2017 23:03:45 -0600 Subject: cache pip wheels in travis builds --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b0e63ba97..ffc6caa72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,10 @@ install: script: - travis_retry tox +cache: + directories: + - $HOME/.cache/pip + notifications: email: - pyramid-checkins@lists.repoze.org -- cgit v1.2.3