From 1898307ec0922ab29dd537538a273452693ad66f Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 7 Jul 2015 16:43:24 +0100 Subject: [PATCH] Exclude .test directory from pep8 check Exclude the .test directory, created by running the comparison of changes to the XML outputted caused by the current revision, from the pep8 checks. Change-Id: I07d06819e0db29efb27bf0f7e4de05bef5bc3a7e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 61321f55b..dcf60b4de 100644 --- a/tox.ini +++ b/tox.ini @@ -49,4 +49,4 @@ commands = {posargs} # don't submit patches that solely correct them or enable them. ignore = E125,H show-source = True -exclude = .venv,.tox,dist,doc,build,*.egg +exclude = .venv,.tox,dist,doc,build,*.egg,.test