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: I0f49ea6e39345ce0c6cad3e38ebe9cbad45a10bf
This commit is contained in:
parent
455083be7e
commit
b68df98f0b
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
distribute = False
|
||||
envlist = py36,pep8
|
||||
envlist = py3,pep8
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
|
Loading…
x
Reference in New Issue
Block a user