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: I3297e51a724e8d02486059abcd07bf588aabf8e4
This commit is contained in:
zhangboye 2021-04-20 10:28:15 +08:00
parent c3bda9eeb1
commit a3cc95f523
1 changed files with 1 additions and 1 deletions

View File

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