Merge "Remove tests omission from coverage target in tox.ini"

This commit is contained in:
Jenkins
2016-03-04 08:25:30 +00:00
committed by Gerrit Code Review

View File

@@ -26,7 +26,7 @@ setenv = PYTHONHASHSEED=0
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --omit="watcher/tests/*" --testr-args='{posargs}'
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
setenv = PYTHONHASHSEED=0