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: I91da19bd92fe0205af89f0de0e05a4307994c5ae
This commit is contained in:
zhangboye 2021-04-20 14:21:36 +08:00
parent e6edaee892
commit 7cb123374c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py38,pep8,releasenotes
envlist = py3,pep8,releasenotes
minversion = 3.1.1
skipsdist = True
ignore_basepython_conflict = True