Add py38 in tox.

In new release, The project  is used  python38 to replace python37,
so drop py37,add py38 in tox.

Change-Id: I17db2c72a9752fe1484b16f8a1acc149d14bb6ea
This commit is contained in:
Caihui 2020-07-01 23:36:06 -07:00
parent 1cf4736884
commit e57a654832
1 changed files with 3 additions and 3 deletions

View File

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