diff --git a/tox.ini b/tox.ini index 3ff6706fc..a83031d22 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,6 @@ deps = commands = python setup.py testr --slowest --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8 {posargs}