diff --git a/tox.ini b/tox.ini index 7996723..e858da3 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,6 @@ deps = -r{toxinidir}/test-requirements.txt commands = nosetests {posargs:fuel_plugin_builder} -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] deps = hacking==0.7 usedevelop = False