From e57a654832736adb750e9a2e340a51fd21b2857f Mon Sep 17 00:00:00 2001 From: Caihui Date: Wed, 1 Jul 2020 23:36:06 -0700 Subject: [PATCH] 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 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index a616aae..a052d9e 100644 --- a/tox.ini +++ b/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}