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: I9d1a649478794222c39bf4258520c696b3ad0c92
This commit is contained in:
zhangboye 2021-04-20 15:57:48 +08:00
parent e7922ac506
commit 795e4b5523
1 changed files with 1 additions and 1 deletions

View File

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