From e2b8fbd3a7da1fdacb3dfc686149f226b3e6387d Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 17 Mar 2016 15:10:57 -0500 Subject: [PATCH] Exclude more directories --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 946d532..cd56e86 100644 --- a/tox.ini +++ b/tox.ini @@ -106,5 +106,5 @@ ignore = D203 # NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified # across multiple lines. Presently it cannot be specified across multiple lines. # :-( -exclude = .git,__pycache__,docs/source/conf.py +exclude = .git,__pycache__,docs/source/conf.py,old,build,dist max-complexity = 10