summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2020-11-02 11:54:36 +0100
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-11-11 17:34:00 -0600
commit3fcaf579a254123d4c230dd588c262469b44429f (patch)
tree6eb81522cd3f48fda7475e350339a451c32ac3ee /tox.ini
parenteb279e9a5676f4142cce4700c3097ecc14161895 (diff)
downloadnova-3fcaf579a254123d4c230dd588c262469b44429f.tar.gz
Add functional-py39 testing
This patch adds both a tox target and a zuul job to run functional tests with python3.9 Depends-On: https://review.opendev.org/760932 Change-Id: I672904e9bfb45a66a82331063c7d49c4bc0439df
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f2333b6e30..6d1edcaf93 100644
--- a/tox.ini
+++ b/tox.ini
@@ -118,6 +118,13 @@ deps = {[testenv:functional]deps}
commands =
{[testenv:functional]commands}
+[testenv:functional-py39]
+description =
+ Run functional tests using python3.9.
+deps = {[testenv:functional]deps}
+commands =
+ {[testenv:functional]commands}
+
[testenv:api-samples]
setenv =
{[testenv]setenv}