diff options
author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 22:28:53 +0100 |
---|---|---|
committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2016-01-02 22:03:17 +0100 |
commit | f5b323f4cf874f197385891a7b8487551b9d44b7 (patch) | |
tree | 64346dcf0a081e67bde24cdbca5903d4e0f56c0f | |
parent | c427fb467dc576fb0aa730d5a337c11b4cfb18ae (diff) | |
download | glance_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
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |