diff --git a/tox.ini b/tox.ini index c8556350b92c..9cbc7f4e8a94 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,11 @@ commands = stestr run --blacklist-file=tests-py3.txt '{posargs}' env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler' +[testenv:py36] +commands = + {[testenv]commands} + stestr run --blacklist-file=tests-py3.txt '{posargs}' + env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler' [testenv:pep8] basepython = python2.7