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: I9ed787f9ca5b660cc091cbdbb7d03ca8e618f609
This commit is contained in:
zhangboye 2021-04-20 10:45:23 +08:00
parent 099e9fd543
commit f27a52c5d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = docs,py37
envlist = docs,py3
skipsdist = True
ignore_basepython_conflict = True