From 5bb536c13bbefee705fda44ca96ccc957625d186 Mon Sep 17 00:00:00 2001 From: yangyawei Date: Thu, 27 May 2021 02:58:30 +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: I42b735072db71f861eb71de5b468e4957ba33f3f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 56fa55a..c7f1b5f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1.0 skipsdist = True -envlist = py37,pep8 +envlist = py3,pep8 skip_missing_interpreters = true # this allows tox to infer the base python from the environment name # and override any basepython configured in this file