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