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