From e2a3d52a793f3a22226af89b633951d2da496d01 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 13 Jul 2015 14:43:10 -0700 Subject: [PATCH] Use travis cache --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 411a935c..275ab260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,7 @@ env: - TOXENV=pypy3 install: pip install tox script: tox +cache: + directories: + - .tox + - $HOME/.cache/pip