summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 22:15:08 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 22:59:11 +0100
commit447bab5f57f137881565b8aed9d7f5936bb86148 (patch)
tree924c9aa25e59f822719b6892923d700c5d81e198
parentd3c74446e1d0d59d6e4001ef26c8d227bf15ff98 (diff)
downloaddjango_openstack_auth-447bab5f57f137881565b8aed9d7f5936bb86148.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: Ie0744b5b9b85e2210d94e68fa12be1be0fcce9a0
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 2745e72..01a8fef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,9 +44,6 @@ commands = {posargs}
setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings
commands = python setup.py build_sphinx
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[flake8]
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py