diff --git a/tox.ini b/tox.ini index a34da8044..cdf0a6710 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ passenv = OS_DEBUG GENERATE_HASHES [testenv:py27] commands = {[testenv]commands} - stestr run {posargs} + stestr run '{posargs}' env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler' [testenv:py35] @@ -68,7 +68,7 @@ setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US commands = find . -type f -name "*.pyc" -delete - stestr run {posargs} + stestr run '{posargs}' # TODO(gcb) Merge this into [testenv:functional] when functional tests are gating # with python 3.5 @@ -91,7 +91,7 @@ setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US commands = find . -type f -name "*.pyc" -delete - stestr run {posargs} + stestr run '{posargs}' [testenv:genconfig] commands = oslo-config-generator --config-file=etc/nova/nova-config-generator.conf