Drop environments for nose
... because stestr is now used instead of nose. Also drop the VIRTUAL_ENV environment which is now automatically set by tox. Change-Id: Ied6e20f5b1dc5de384f29d317bec998e86f26efa
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -33,11 +33,7 @@ setenv =
|
|||||||
commands = oslo_debug_helper -t kolla/tests {posargs}
|
commands = oslo_debug_helper -t kolla/tests {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv =
|
||||||
NOSE_WITH_COVERAGE=1
|
|
||||||
NOSE_COVER_BRANCHES=1
|
|
||||||
NOSE_COVER_HTML=1
|
|
||||||
NOSE_COVER_HTML_DIR={toxinidir}/cover
|
|
||||||
PYTHON=coverage run --source kolla --parallel-mode
|
PYTHON=coverage run --source kolla --parallel-mode
|
||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
Reference in New Issue
Block a user