summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-16 18:03:23 +0000
committerGerrit Code Review <review@openstack.org>2020-09-16 18:03:23 +0000
commitf605cca16320f7869bff0ce32aa0f70ab8a29a8b (patch)
treed86c2678b3651a4975e8d5a5574083aa00c6286d /tox.ini
parent40d8bc4c6c3ff24fdf7cd0debf508cdc713b1398 (diff)
parent3600121929ca4c494469700bddc28be746f50ef8 (diff)
downloadpython-cinderclient-7.2.0.tar.gz
Merge "Add functional-py38 job"7.2.0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index dab603d..bd8a2c6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -104,6 +104,11 @@ setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv}
commands = {[testenv:functional]commands}
+[testenv:functional-py38]
+setenv = {[testenv:functional]setenv}
+passenv = {[testenv:functional]passenv}
+commands = {[testenv:functional]commands}
+
[flake8]
show-source = True
ignore = H404,H405,E122,E123,E128,E251,W504