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: I9dbfdaf06dc0769d122094d487e848597f960664
This commit is contained in:
zhangboye 2021-04-20 14:14:54 +08:00
parent ea7899758e
commit c1ea6c8ec8
1 changed files with 1 additions and 1 deletions

View File

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