Added [murano-test-runner] venv in tox
Added new environment to run test-runner in tox.ini. Change-Id: I62b2a6f30d5ecba351a349dfc8ffb39d98c57d7a
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -15,6 +15,9 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
commands = bash tools/pretty_tox.sh '{posargs}'
|
commands = bash tools/pretty_tox.sh '{posargs}'
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
|
|
||||||
|
[testenv:murano-test-runner]
|
||||||
|
commands = murano-test-runner {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
|
Reference in New Issue
Block a user