Add python3.9 in tox

Add python3.9  CI  job.

Change-Id: I85674c664821aa2370d4f0d6d09657374dfdda7e
This commit is contained in:
Cai Hui 2021-11-03 06:40:37 +08:00
parent 2322fc9b7e
commit 8003eea9d1
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