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: If96047f90eaddf313534d9a9652d665ff26b206a
This commit is contained in:
zhangboye 2021-04-20 16:26:32 +08:00 committed by Erik Olof Gunnar Andersson
parent 5951a78dda
commit fa615f779e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py38,flake8
envlist = py3,flake8
minversion = 3.1.0
skipsdist = True
skip_missing_interpreters = true