We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff37346 + 2666f19 commit 32d2f17Copy full SHA for 32d2f17
tox.ini
@@ -33,12 +33,8 @@ setenv =
33
commands = oslo_debug_helper -t kolla/tests {posargs}
34
35
[testenv:cover]
36
-setenv = VIRTUAL_ENV={envdir}
37
- NOSE_WITH_COVERAGE=1
38
- NOSE_COVER_BRANCHES=1
39
- NOSE_COVER_HTML=1
40
- NOSE_COVER_HTML_DIR={toxinidir}/cover
41
- PYTHON=coverage run --source kolla --parallel-mode
+setenv =
+ PYTHON=coverage run --source kolla --parallel-mode
42
commands =
43
stestr run {posargs}
44
coverage combine
0 commit comments