diff --git a/tox.ini b/tox.ini index 13b2241..b404ddc 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