summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-04-16 17:13:07 +0000
committerGerrit Code Review <review@openstack.org>2021-04-16 17:13:07 +0000
commitaa6ea83958ae7cc492ab37b45ea6e3ea852ec800 (patch)
tree456e54d0429735ee1804b055a08f2ca872de844d
parentb309327f0a9e59a7382ea5b3a57027db750827b2 (diff)
parent06e6b7d0f827198c3e14c8328e391a1f0ebdfeda (diff)
downloadtaskflow-aa6ea83958ae7cc492ab37b45ea6e3ea852ec800.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 21bde53..d87c53d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
-envlist = cover,docs,pep8,py38,pylint,update-states
+envlist = cover,docs,pep8,py3,pylint,update-states
ignore_basepython_conflict = True
[testenv]