diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,7 @@ +[pytest] +norecursedirs = kallithea/tests/scripts .tox + + [tox] envlist = py{26,27}-{pytest,nose}