From b5faf37f1b9f8cd6c065327309c8290c211d13d2 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 09:34:55 +0800 Subject: 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: Icad6d0d0d375d1995baa603b091be50797210215 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9036fcdb..b8072ee4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,pep8,docs +envlist = py3,pep8,docs minversion = 3.1 skipsdist = true ignore_basepython_conflict = true -- cgit v1.2.1