From 2574c2b7b829dd4a73aae2a8fb322585f9e0f062 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 09:58:49 +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: Ic48c070d3e66c4e508c221fca03c1e0329dfcd77 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f2d076..b5d1fe3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = linters,docs,py +envlist = linters,docs,py3 skipsdist = True requires = tox-ansible >= 1.4.0