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:
6
tox.ini
6
tox.ini
@@ -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}
|
||||
|
Reference in New Issue
Block a user