Add py38 in tox.

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

Change-Id: Ie08f9bbb98cd21ebace4cc32c6090f2aa249738d
This commit is contained in:
caihui 2020-07-01 23:46:40 -07:00
parent 11dfa6a003
commit 11223563cd
1 changed files with 3 additions and 3 deletions

View File

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