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: Ife1720867c4cae1ec00c19cdcd071bf8c13579bc
This commit is contained in:
zhangboye 2021-04-20 13:39:25 +08:00
parent 02a0d85c41
commit a993557344
1 changed files with 1 additions and 1 deletions

View File

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