From b43fb3e5778f076d62ed7d8ba6efa888b267cdec Mon Sep 17 00:00:00 2001 From: Hanxi Liu Date: Wed, 3 Aug 2016 16:26:00 +0800 Subject: Delete openstack/common from the exclude list of flake8 in tox The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I3fcbec9fcec6d36c3e8254a809de0ae0b02a4841 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f5e8bbe..58b6b0e 100644 --- a/tox.ini +++ b/tox.ini @@ -30,4 +30,4 @@ commands = oslo_debug_helper {posargs} [flake8] show-source = True -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build -- cgit v1.2.1