summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8ac1c6f..92dbd41 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,8 +27,8 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
basepython = python3
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:debug-py36]
-basepython = python3.6
+[testenv:debug-py38]
+basepython = python3.8
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]