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: Iad3d93fdd779704e1cd99ff947994a32ba9240d1
This commit is contained in:
zhangboye 2021-04-20 16:04:48 +08:00
parent 87e3a7bd2c
commit dba9c08593
1 changed files with 1 additions and 1 deletions

View File

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