Merge "Enable py36 unit tests in tox"
This commit is contained in:
commit
67c92b5d43
5
tox.ini
5
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user