diff options
author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 23:11:56 +0100 |
---|---|---|
committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 23:24:11 +0100 |
commit | 4bfc6ea5deb97ae394fd50d5a9c0cf0143740ea4 (patch) | |
tree | d17f7c6b2aa708b8f0e5d00ed9a90c30bd897cb0 /tox.ini | |
parent | dbf34861a89602abbf371721b5ca1d3676394922 (diff) | |
download | python-heatclient-4bfc6ea5deb97ae394fd50d5a9c0cf0143740ea4.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: I89546c2c77b1a15659918be65e6ef73157f98b23
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -40,9 +40,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands= python setup.py build_sphinx -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build |