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: I4a54455e7e8b1b4de2f9656d13f65ef090da68eb
This commit is contained in:
zhangboye 2021-04-20 15:11:00 +08:00
parent eaf40510fa
commit 998bb8b578
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py38,pep8
envlist = py27,py3,pep8
minversion = 2.0
skipsdist = True