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
1 changed files with 1 additions and 1 deletions

View File

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