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: Ia5ab41670c8f341126a730af54f7ece9b6b79f73
This commit is contained in:
liyou01 2021-04-27 15:17:58 +08:00 committed by Dantali0n
parent f66397a3cc
commit 1346d3e237
1 changed files with 1 additions and 1 deletions

View File

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