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: Ia63c0553dbafcdaa72e915a0443264858f8d165d
This commit is contained in:
zhangboye 2021-04-20 14:13:40 +08:00
parent 0ced9b5a75
commit 23b2dc9213
1 changed files with 1 additions and 1 deletions

View File

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