diff --git a/tox.ini b/tox.ini index 3dfc37711c..4ec293939e 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ commands = bash -c "find {toxinidir} \ -not \( -type d -name .?\* -prune \) \ -not \( -type d -name doc -prune \) \ -not \( -type d -name shocco -prune \) \ + -not \( -type f -name localrc -prune \) \ -type f \ -not -name \*~ \ -not -name \*.md \