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: I285c2e869966d5dbbe411cb3dbaedfe89a702a83
This commit is contained in:
zhangboye 2021-04-20 10:26:24 +08:00
parent 14237451ba
commit ea9bb9a8b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34
envlist = py27,py3
[testenv:venv]
basepython = python3