diff --git a/tox.ini b/tox.ini index 4e3588d275..875adf5b50 100644 --- a/tox.ini +++ b/tox.ini @@ -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