summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 22:28:53 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2016-01-02 22:03:17 +0100
commitf5b323f4cf874f197385891a7b8487551b9d44b7 (patch)
tree64346dcf0a081e67bde24cdbca5903d4e0f56c0f /tox.ini
parentc427fb467dc576fb0aa730d5a337c11b4cfb18ae (diff)
downloadglance_store-f5b323f4cf874f197385891a7b8487551b9d44b7.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: I5a8aecadc2dedca3f34f0e240fc5ba977b2cebb3
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 170a8b6..fceb4d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,9 +15,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/.doctrees -b html releasenotes/source releasenotes/build/html