From 4869db95090e90f129ded1289142a824f0b05d80 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Wed, 4 May 2016 22:29:02 -0400 Subject: [PATCH 1/2] Cache tox and pip directories for travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f78612b7ec..eeb59caa97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,11 @@ before_install: after_success: - "[ ! -z $COVERAGE ] && codecov || true" +cache: + directories: + - .tox + - $HOME/.pip-cache/ + notifications: irc: channels: From dee2c0d07fb25797f919229d379b95f23f6119bb Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Thu, 5 May 2016 16:07:24 -0400 Subject: [PATCH 2/2] use pip specific caching directive in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eeb59caa97..cc1f96e943 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,9 @@ after_success: - "[ ! -z $COVERAGE ] && codecov || true" cache: + pip: true directories: - .tox - - $HOME/.pip-cache/ notifications: irc: