diff --git a/tox.ini b/tox.ini index 979d8ea..a491e67 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ commands = {posargs} [testenv:cover] commands = coverage erase python setup.py testr --coverage --testr-args='{posargs}' - coverage report -m + coverage report -m --omit='tuskarclient/openstack/*' [tox:jenkins] downloadcache = ~/cache/pip