# HG changeset patch # User Ronny Pfannschmidt # Date 2015-04-20 18:38:21 # Node ID 5c8c77b7ca565ffa193868f3469c26e39630cfb4 # Parent b13a1062ea9c9eb9ee35356deb3dda443b4e8c61 tests: add pytest section and put tox and tests/scripts to norecursedirs kallithea/tests/scripts are non-integrated messy tests that cant be part of a testsuite as is 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}