From 82c65df0bd728aea6ae9f7744ecb06174a201385 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 7 Jun 2016 05:28:53 -0700 Subject: [PATCH] Tox: Remove neutron/openstack/common from excludes list Commit 56efc8ac76415070041d125a6e30523caf9b3cbd and commit 7ddfffb0fc37f4fd04937b11ac03b95aeed1306c removed olso incubator. So we can remove this from the files that are skipped as they no longer exist. TrivialFix Change-Id: If88988edac2ae2829a8f5827f855812db56ba63e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b6ee4c871e8..545dd70604b 100644 --- a/tox.ini +++ b/tox.ini @@ -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: