From 31a8dcd71c2352ed5395c4dfd4394213601e8c33 Mon Sep 17 00:00:00 2001 From: nizam Date: Fri, 21 Oct 2016 23:36:29 +0530 Subject: [PATCH] Don't include openstack/common in flake8 exclude list 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: I811306b0068e8adecf63995c9d47d6cb4b11a3c6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3981739..18fa5ed 100644 --- a/tox.ini +++ b/tox.ini @@ -33,4 +33,4 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen show-source = True ignore = E123,E125 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build