summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:11:57 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:27:25 +0100
commite340caf114c10ebf2d59bafbd1473c87aff3c879 (patch)
tree437c2e2fad5de5efc7b73c873201ca4c7df2db47 /tox.ini
parent7c1a67aa608d4ae36cc0e8db8ad29fbdf499b382 (diff)
downloadpython-keystoneclient-e340caf114c10ebf2d59bafbd1473c87aff3c879.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: I8524f5cd26d3c7fb76f7d727f0a2135d2b278fd2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 4040d9d..3cb4086 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,9 +26,6 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[testenv:debug]
commands = oslo_debug_helper -t keystoneclient/tests {posargs}