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: Icad6d0d0d375d1995baa603b091be50797210215
This commit is contained in:
zhangboye 2021-04-20 09:34:55 +08:00
parent 21edd11ba9
commit b5faf37f1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py38,pep8,docs
envlist = py3,pep8,docs
minversion = 3.1
skipsdist = true
ignore_basepython_conflict = true