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:13:38 +0000
commitec36ec27f39a5acad6e8beaf2c13cfac3c4e2ec5 (patch)
tree004f9a75268c5783a8949b0d9b49d55d7c5ce061
parent94d0f00b09044fcef36604a9c81accb0907c9705 (diff)
downloaddesignate-ec36ec27f39a5acad6e8beaf2c13cfac3c4e2ec5.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 67e30f2e..4cf78da2 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}