From 50d0797b7999ecb8d1077647d51dc190f0c86905 Mon Sep 17 00:00:00 2001 From: yangyawei Date: Thu, 27 May 2021 02:55:44 +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: I948a123f71b0e19afaff2086a30566c9d8bcee5d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2e05a663..6767b7fa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py38,pep8 +envlist = py3,pep8 skipsdist = True [testenv]