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
This commit is contained in:
zhangboye 2021-04-20 09:58:49 +08:00 committed by Gael Chamoulaud (Strider)
parent a92482d2ed
commit 2574c2b7b8
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 1 additions and 1 deletions

View File

@ -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