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: Iaa592205e7045045e3ea2b71617aa34d4054a08a
This commit is contained in:
niuke 2023-05-25 14:04:42 +08:00
parent 91f190cd6a
commit 7ed364f920
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Hold back to 1.4, since that's what's in Fedora 20 repos
# and we don't need anything newer for nova-specs tests
minversion = 1.4
envlist = docs,py37,linters
envlist = docs,py3,linters
skipsdist = True
[testenv]