From f03eb56846a8548144d75d0c7743c0ae4a478a48 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 09:46:15 +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: Ibd1226b0e72ec374d36a90a826b8cc6c6b57d1f2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d0621e..58b8196 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = py38,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True [testenv] -- GitLab