summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-02-24 02:42:21 +0000
committerGerrit Code Review <review@openstack.org>2021-02-24 02:42:21 +0000
commitfa2b6cc7aecd71677ba6c244abc6954aae48cd2a (patch)
tree38eabe52da88321c43b634942a5b9cf89c4ea0ab
parenta381d71423f772037a5778d189ebb0566663d073 (diff)
parent0187a2d24a425f400a2db1d27b2493ad00cc57d1 (diff)
downloadtooz-fa2b6cc7aecd71677ba6c244abc6954aae48cd2a.tar.gz
Merge "Use py3 as the default runtime for tox"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3c15e1b..082658f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]