Add py38 in tox.

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

Change-Id: I19dd35b12f2a7764ecf9635a09f9865b589d250a
This commit is contained in:
Caihui 2020-07-01 23:34:33 -07:00
parent 0df8a1da22
commit 8c7e59ce3f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py36,py37,pep8,pylint,docs
envlist = py36,py38,pep8,pylint,docs
skipsdist = True
ignore_basepython_conflict = True
@ -41,8 +41,8 @@ commands = {posargs}
[testenv:py36]
basepython = python3.6
[testenv:py37]
basepython = python3.7
[testenv:py38]
basepython = python3.8
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt