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:
Tin Lam
2016-02-24 18:16:06 -06:00
parent fd11936352
commit fb053d04b3

View File

@@ -15,6 +15,9 @@ deps = -r{toxinidir}/requirements.txt
commands = bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
[testenv:murano-test-runner]
commands = murano-test-runner {posargs}
[testenv:pep8]
commands =
flake8 {posargs}