diff --git a/tox.ini b/tox.ini index fe1b0b93..bf42dd02 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ show-source = True # H405 multi line docstring summary not separated with an empty line ignore = E123,E125,H405 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools [testenv:bindep] # Do not install any requirements. We want this to be fast and work even if