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: I3dc875bd0d7b20f985f68067b1aab7fb64d776cf
This commit is contained in:
likui 2023-09-13 10:26:04 +08:00
parent c74c81b422
commit 70f8f607cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py39,py310,pep8
envlist = py3,pep8
minversion = 2.3.2
skipsdist = True