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: I98a7ff716fc3a0abbe7883c6878f1c785fe96c86
This commit is contained in:
parent
2340cf5a30
commit
dadbea4931
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py39,pep8
|
envlist = py3,pep8
|
||||||
# Automatic envs (pyXX) will only use the python version appropriate to that
|
# Automatic envs (pyXX) will only use the python version appropriate to that
|
||||||
# env and ignore basepython inherited from [testenv] if we set
|
# env and ignore basepython inherited from [testenv] if we set
|
||||||
# ignore_basepython_conflict.
|
# ignore_basepython_conflict.
|
||||||
|
Loading…
Reference in New Issue
Block a user