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: I356ba7cc702843fe702b3a50b48539d4887bacf4
This commit is contained in:
parent
7d416acbe8
commit
d61126be56
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.2.0
|
minversion = 3.2.0
|
||||||
envlist = linters,docs,py
|
envlist = linters,docs,py3
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
# Automatic envs (pyXX) will only use the python version appropriate to that
|
# Automatic envs (pyXX) will only use the python version appropriate to that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user