From cc8441858f1d48d5add43d77af5a7710eee56333 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Tue, 13 Sep 2022 16:34:43 +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: I058be576e4c6a22d850fc8beb0cf7a5f22fa9fd7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36a50d59..cb73cdc3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py38,pep8,pip-missing-reqs +envlist = py3,pep8,pip-missing-reqs skipsdist = True [testenv]