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: I2d6362498501908d02dc3be6ac776f2c6326928b
This commit is contained in:
zhangboye 2021-04-20 16:28:20 +08:00
parent 98c7ea39bf
commit b3390d2f9c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py38,py36,pep8
envlist = py3,pep8
ignore_basepython_conflict=true
[testenv]