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: I2f64e34dd59041c8c9ce84e85f4dfca8a47020ee
This commit is contained in:
niuke 2023-07-31 11:24:00 +08:00
parent 948b13513b
commit cd6b94550c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py36,pep8
envlist = py3,pep8
[testenv]
basepython = python3