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: I33d95309b6ad5f3eaa7301e88b98881ccb7de783
This commit is contained in:
niuke 2023-08-02 09:47:48 +08:00
parent dcaa644bdc
commit f6e1e9cb7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,pep8,releasenotes
envlist = py3,pep8,releasenotes
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True