Add python3.9 in tox.ini

Add python3.9 UT job for CI

Change-Id: Ib5f202870200fb4e22d4184fac583264c836b457
This commit is contained in:
Carl caihui 2021-11-03 10:17:46 +00:00
parent 2322fc9b7e
commit 4a43982658
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ norecursedirs = .tox .venv
[testenv:venv]
commands = {posargs}
[testenv:py39]
basepython = python3.9
[testenv:py38]
basepython = python3.8