From 9fef6dee41aee22f5196aeb8c15ce85a3d1f1c5f Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Thu, 1 Nov 2012 03:20:47 +0000 Subject: [PATCH] Cache pip downloads on Jenkins Change-Id: Ic144b83423034adcc75bbc360527e2e1f3cbdd95 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index ac682a7..57ef511 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,9 @@ setenv = VIRTUAL_ENV={envdir} commands = true # nosetests --no-path-adjustment [] sitepackages = False +[tox:jenkins] +downloadcache = ~/cache/pip + [testenv:cover] commands = true # nosetests --no-path-adjustment --with-coverage --cover-erase --cover-package=monikerclient --cover-inclusive []