From 7cb123374c0114b04720e8d7a001be828e414d7b Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 14:21:36 +0800 Subject: [PATCH] Use py3 as the default runtime for tox Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I91da19bd92fe0205af89f0de0e05a4307994c5ae --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 73d16a66..0a5201a9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,pep8,releasenotes +envlist = py3,pep8,releasenotes minversion = 3.1.1 skipsdist = True ignore_basepython_conflict = True