diff --git a/tox.ini b/tox.ini index 10b4978c29..29854b6775 100644 --- a/tox.ini +++ b/tox.ini @@ -77,7 +77,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen [flake8] show-source = True -exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools # If 'ignore' is not set there are default errors and warnings that are set # Doc: http://flake8.readthedocs.org/en/latest/config.html#default ignore = __