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:
zhangboye
2021-04-20 14:56:04 +08:00
parent 455083be7e
commit b68df98f0b

View File

@@ -1,7 +1,7 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
distribute = False distribute = False
envlist = py36,pep8 envlist = py3,pep8
[testenv] [testenv]
basepython = python3 basepython = python3