diff --git a/tox.ini b/tox.ini index d65004a3..39f5c6ca 100644 --- a/tox.ini +++ b/tox.ini @@ -32,9 +32,6 @@ deps = -r{toxinidir}/requirements-py3.txt [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] # E125 and E128 are ignored on purpose, they are invalid pep8 # H803 is ignored on purpose - gating on periods in commit messages