summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:06:15 +0100
committerKiall Mac Innes <kiall@hpe.com>2016-01-06 17:14:14 +0000
commit1cbfdc3fb36977df9a33e2f0891ba43a48a750c3 (patch)
treef05bee8f7e1a474c320d08cc4dcb2a381e1c2f79
parent4b240b910d74e39148baa0b98b286a6751c37c0a (diff)
downloaddesignate-1cbfdc3fb36977df9a33e2f0891ba43a48a750c3.tar.gz
Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I9df0b995a8f73e965fdb0629588a204254b25b5c
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b81f0a1e..1084dc70 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}