diff --git a/tox.ini b/tox.ini index 88a5f298..5ae14e18 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,6 @@ minversion = 1.6 envlist = py27,flake8 skipsdist = True -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv] usedevelop = True install_command = pip install {opts} {packages}