Add python3.9 CI

Change-Id: I5dfbf48059b2bfc538a448f626fa07298e1d9dc6
This commit is contained in:
Carl caihui 2021-11-04 05:04:56 +00:00
parent 8e3a2b7022
commit 716266f5d7
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py38,pep8,pylint,docs
envlist = py36,py38,py39,pep8,pylint,docs
minversion = 2.0
skipsdist = True
@ -24,6 +24,9 @@ basepython = python3.6
[testenv:py38]
basepython = python3.8
[testenv:py39]
basepython = python3.9
[testenv:pep8]
commands = flake8 {posargs}