Merge "Deprecated tox -downloadcache option removed"

This commit is contained in:
Jenkins 2015-12-15 03:32:08 +00:00 committed by Gerrit Code Review
commit 3ab7820405

View File

@ -104,9 +104,6 @@ commands = python setup.py build_sphinx
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
# H405 multi line docstring summary not separated with an empty line