From dc25dcdfa062e0ef3ff4acc98aa9fd7b334e958d Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 14:47:39 +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: Ie3ea4ade7486eec72f1b537cd7c976732e8bfe72 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da95c12..c7bd5e0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.0 -envlist = py37,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True [testenv]