Omits tests dir in coverage command in tox.ini

This commit is contained in:
Petr Blaho 2013-07-03 18:12:23 +02:00
parent b8daf9441a
commit cd50bc5be7

View File

@ -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