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: I24d0f68ade8920b52a9552ab55fc5fc478eef61a
This commit is contained in:
zhangboye 2021-04-20 10:24:07 +08:00
parent 8ceea48e79
commit 6a3db9b7ef
1 changed files with 1 additions and 1 deletions

View File

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