From cbc1fb08ec7fd335eb434606a64e9ae051ea28bf Mon Sep 17 00:00:00 2001
From: wangzihao <wangzihao@yovole.com>
Date: Fri, 18 Sep 2020 11:15:47 +0800
Subject: [PATCH] bump py37 to py38 in tox.ini

in 'victoria' cycle, we should test py38 by default.
and remove redundant python env.

Change-Id: I6426cc55ee9b6bee96620a8185fbdb39c24a68a8
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 3a2a307de8..6dd04d5b27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.2.0
-envlist = py37,pep8
+envlist = py38,pep8
 skipdist = True
 # Automatic envs (pyXX) will only use the python version appropriate to that
 # env and ignore basepython inherited from [testenv] if we set