From f9288d7f300fcaa64e008d623230f00062cf5b5c Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 15:44:16 +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: I81b25470a7aab81e950301f8d38ae20bb722a255 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a7c408fc..52eeee6e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8,pylint +envlist = py3,pep8,pylint minversion = 3.1.1 skipsdist = True