tox.ini: combine functional-py* envs
We can use tox's generative envlists instead of duplicating these entries. Change-Id: I992a0866abf36595821014f66cc437c3db52d898
This commit is contained in:
parent
6ff76609c7
commit
7851d9173d
6
tox.ini
6
tox.ini
@ -49,11 +49,7 @@ commands = sphinx-build -a -E -W -j auto -d releasenotes/build/doctrees -b html
|
||||
setenv =
|
||||
OS_TEST_PATH = ./cinder/tests/functional
|
||||
|
||||
[testenv:functional-py38]
|
||||
setenv =
|
||||
{[testenv:functional]setenv}
|
||||
|
||||
[testenv:functional-py39]
|
||||
[testenv:functional-py{38,39}]
|
||||
setenv =
|
||||
{[testenv:functional]setenv}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user