Merge "Enable py36 unit tests in tox"

This commit is contained in:
Zuul 2018-01-17 00:20:29 +00:00 committed by Gerrit Code Review
commit 67c92b5d43

@ -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