diff --git a/tox.ini b/tox.ini index b73c7d94..a537cd04 100644 --- a/tox.ini +++ b/tox.ini @@ -27,9 +27,6 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] ignore = H302,H304,H233,H803,F401,H104,H236,H237,H238 show-source = true