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: I356ba7cc702843fe702b3a50b48539d4887bacf4
This commit is contained in:
zhangboye 2021-04-20 09:49:28 +08:00 committed by Gael Chamoulaud (Strider)
parent 7d416acbe8
commit d61126be56
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
# Automatic envs (pyXX) will only use the python version appropriate to that