Tox: Remove neutron/openstack/common from excludes list

Commit 56efc8ac76 and
commit 7ddfffb0fc removed olso incubator.

So we can remove this from the files that are skipped as they no
longer exist.

TrivialFix

Change-Id: If88988edac2ae2829a8f5827f855812db56ba63e
This commit is contained in:
Gary Kotton 2016-06-07 05:28:53 -07:00
parent d8ae9cf475
commit 82c65df0bd
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
# H405 multi line docstring summary not separated with an empty line
ignore = E125,E126,E128,E129,E265,H404,H405
show-source = true
exclude = ./.*,build,dist,neutron/openstack/common/*
exclude = ./.*,build,dist
# N334 unittest2 must be used instead of unittest
# Off by default to avoid breaking external projects.
# Compliant projects can enable it like this: