Merge "Support tox test case single run"
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -13,13 +13,13 @@ install_command = pip install {opts} {packages}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
python setup.py testr --slowest --testr-args='^(?!heat_integrationtests) {posargs}'
|
||||
python setup.py testr --slowest --testr-args='^(?!heat_integrationtests){posargs}'
|
||||
|
||||
whitelist_externals = bash
|
||||
|
||||
[testenv:integration]
|
||||
commands =
|
||||
python setup.py testr --slowest --testr-args='--concurrency=1 ^heat_integrationtests {posargs}'
|
||||
python setup.py testr --slowest --testr-args='--concurrency=1 ^heat_integrationtests{posargs}'
|
||||
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
@@ -32,7 +32,7 @@ commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
commands =
|
||||
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests) {posargs}'
|
||||
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests){posargs}'
|
||||
|
||||
[testenv:docs]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user