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