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:
Eric Harney 2022-05-24 10:46:47 -04:00
parent 6ff76609c7
commit 7851d9173d
1 changed files with 1 additions and 5 deletions

View File

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