diff --git a/tox.ini b/tox.ini index e0c79cd..2692282 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' changedir = doc/source commands = make html -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] ignore = E126,H703 show-source = true