Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-02-24 02:42:21 +00:00 committed by Gerrit Code Review
commit fa2b6cc7ae

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py38,py{36,38}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3,etcd3gw},pep8
envlist = py3,py{36,38}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3,etcd3gw},pep8
ignore_basepython_conflict = True
[testenv]