diff --git a/tox.ini b/tox.ini index 2ffc6cdf..6768e628 100644 --- a/tox.ini +++ b/tox.ini @@ -13,9 +13,6 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = nosetests {posargs} -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:py27] setenv = VIRTUAL_ENV={envdir} SKIP_BOOTSTRAP=yes