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: Ie3ea4ade7486eec72f1b537cd7c976732e8bfe72
This commit is contained in:
zhangboye 2021-04-20 14:47:39 +08:00
parent e45092be85
commit dc25dcdfa0
1 changed files with 1 additions and 1 deletions

View File

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