diff --git a/tox.ini b/tox.ini index 25155e9..d7bc4d1 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,6 @@ commands = bash tools/pretty_tox.sh '{posargs}' [testenv:cover] commands = {toxinidir}/tools/cover.sh {posargs} -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8 {posargs}