Merge "Add support for POST commit coverage runs"
This commit is contained in:
commit
31f706b97b
7
tox.ini
7
tox.ini
@ -16,6 +16,13 @@ deps =
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = nosetests test/unit {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
NOSE_WITH_COVERAGE=1
|
||||
NOSE_COVER_BRANCHES=1
|
||||
NOSE_COVER_HTML=1
|
||||
NOSE_COVER_HTML_DIR={toxinidir}/cover
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user