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: I3321fcdf2d1d7857445cf95db8ed8941aa8ea19c
This commit is contained in:
zhangboye 2021-04-20 10:25:31 +08:00
parent 1e6629d5ea
commit 18c31fb9bf
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