From cd50bc5be75c59ac5ad25ec42d7cec8584a7ea59 Mon Sep 17 00:00:00 2001 From: Petr Blaho Date: Wed, 3 Jul 2013 18:12:23 +0200 Subject: [PATCH] Omits tests dir in coverage command in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c2e87b0..cc9010c 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = flake8 commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = python setup.py testr --coverage --omit='tuskarclient/tests/*' --testr-args='{posargs}' [tox:jenkins] downloadcache = ~/cache/pip