Merge "Remove tests omission from coverage target in tox.ini"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user