summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-12-11 17:03:25 +0000
committerGerrit Code Review <review@openstack.org>2020-12-11 17:03:25 +0000
commitdc256098861aad694b5cd187173c5a7768574c10 (patch)
treee23d1997cdb059f54f6486d62461d5720dcc89c4
parentf4c47a18e79c227412547ce8fbaeb580ba9e4a1d (diff)
parent42d5819ca69b14565c86643be6f0a08c6985b07a (diff)
downloadosprofiler-dc256098861aad694b5cd187173c5a7768574c10.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 0c34eba..1d4ae6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
minversion = 3.1.0
# Needed to create ChangeLog for docs building
skipsdist = False
-envlist = py38,pep8
+envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]