Cache pip downloads on Jenkins

Change-Id: Ic144b83423034adcc75bbc360527e2e1f3cbdd95
This commit is contained in:
Kiall Mac Innes 2012-11-01 03:20:47 +00:00
parent 21c4b1ddfe
commit 9fef6dee41

View File

@ -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 []