From fa5c86624504d5a96fadeb0881926f435680dfa2 Mon Sep 17 00:00:00 2001 From: caihui Date: Mon, 21 Dec 2020 20:16:51 -0800 Subject: [PATCH] update py37 to py38 Change-Id: Ibe6b223cd17603977981a044eece3981fcbbbcdf --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 3fd65f0..1296410 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist =py36,py37,pep8,pylint,docs +envlist =py36,py38, pep8,pylint,docs skipsdist = True [testenv] @@ -38,8 +38,8 @@ commands = [testenv:py36] basepython = python3.6 -[testenv:py37] -basepython = python3.7 +[testenv:py38] +basepython = python3.8 [testenv:pep8] commands = flake8 freezer_dr