Merge "Deprecated tox -downloadcache option removed"
diff --git a/tox.ini b/tox.ini
index 0f8254a..a6ad6a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,9 +16,6 @@
 commands =
   python setup.py testr --slowest --testr-args='{posargs}'
 
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
 [testenv:pep8]
 commands = flake8 {posargs}