diff --git a/tox.ini b/tox.ini index 6f81b01..bb9022b 100644 --- a/tox.ini +++ b/tox.ini @@ -13,9 +13,6 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt commands = python setup.py testr --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8