Merge "Make novaclient functional tests use pretty tox"
This commit is contained in:
commit
fe1fd3321b
4
tox.ini
4
tox.ini
@ -42,14 +42,14 @@ basepython = python2.7
|
||||
passenv = OS_NOVACLIENT_TEST_NETWORK
|
||||
setenv =
|
||||
OS_TEST_PATH = ./novaclient/tests/functional
|
||||
commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
|
||||
commands = bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
|
||||
|
||||
[testenv:functional-py34]
|
||||
basepython = python3.4
|
||||
passenv = OS_NOVACLIENT_TEST_NETWORK
|
||||
setenv =
|
||||
OS_TEST_PATH = ./novaclient/tests/functional
|
||||
commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
|
||||
commands = bash tools/pretty_tox.sh '--concurrency=1 {posargs}'
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
Loading…
Reference in New Issue
Block a user