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: I05339b12b0475c80c465e1586e9990b1861ea8a0
This commit is contained in:
parent
04e1b79cdd
commit
38d9a1ebca
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
envlist = py39,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protection
|
envlist = py3,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protection
|
||||||
ignore_basepython_conflict = true
|
ignore_basepython_conflict = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user