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.

Wallaby support officially the following runtimes [1]:
- Python 3.8

During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported.

Change-Id: I71bd094393176225e81df13dd4ed7e35c559f355
This commit is contained in:
liyou01 2021-05-18 11:07:22 +08:00 committed by Andrey Pavlov
parent f9e75281b4
commit aa0256783f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1
envlist = pep8,py38,docs,api-ref
envlist = pep8,py3,docs,api-ref
skipsdist = True
ignore_basepython_conflict = True