From 344c62671a53d5ed306632250f0b6fef425c7e1f Mon Sep 17 00:00:00 2001 From: zhangchun Date: Sun, 20 Sep 2020 13:38:20 +0000 Subject: [PATCH] bump py37 to py38 in tox.ini in 'victoria' cycle, we should test py38 by default. Trivial change Change-Id: I255addda0c344ad24335a709b2ab9ad6964b5c35 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aaa47b224..854b4bedf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8,cover +envlist = py38,pep8,cover minversion = 2.7 skipsdist = True