Add python3.9 CI
Change-Id: I5dfbf48059b2bfc538a448f626fa07298e1d9dc6
This commit is contained in:
parent
8e3a2b7022
commit
716266f5d7
5
tox.ini
5
tox.ini
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user