Add py38 tox target
Fixes issue with failing Python 3.8 unit testing in zuul. Change-Id: I6c03b01b5e58091c4d2634d520221834fad5111c
This commit is contained in:
parent
2e8e60ccef
commit
ce58ee5266
5
tox.ini
5
tox.ini
@ -41,6 +41,11 @@ basepython = python3.7
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:py38]
|
||||
basepython = python3.8
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:py3]
|
||||
basepython = python3
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user