From 68dd879de78045afe94ed069ac5d85568769b3b2 Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Tue, 29 Sep 2020 22:11:57 +0800 Subject: [PATCH] Bump py37 to py38 in tox.ini In wallaby cycle, we should test py38 by default. Change-Id: I50fd553a8b19e374272d85f60b3f4b90a396a3e0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36f314df3..d57bf8d91 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.1 -envlist = py37,pep8 +envlist = py38,pep8 skipsdist = True [testenv]