Omits tests dir in coverage command in tox.ini
This commit is contained in:
parent
b8daf9441a
commit
cd50bc5be7
2
tox.ini
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user