Remove extra spaces in tox.ini
'setenv' and 'commands' should be at the same level of indentation otherwise it breaks some build tooling as we are hitting in RDO. Change-Id: Ib6ac2e4b62aa26dc9d5c5ff97844f0e7b61386e5
This commit is contained in:
parent
61c460f3f2
commit
a0ba2d777c
10
tox.ini
10
tox.ini
@ -21,11 +21,11 @@ commands = {posargs}
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
setenv =
|
setenv =
|
||||||
PYTHON=coverage run --source oslo_concurrency --parallel-mode
|
PYTHON=coverage run --source oslo_concurrency --parallel-mode
|
||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage html -d cover
|
coverage html -d cover
|
||||||
coverage xml -o cover/coverage.xml
|
coverage xml -o cover/coverage.xml
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
allowlist_externals = rm
|
allowlist_externals = rm
|
||||||
|
Loading…
Reference in New Issue
Block a user