aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2021-05-25 10:22:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-05-25 10:22:08 +0000
commit7c2b72f09c0f20cb322465e819022e58ea83e738 (patch)
tree95e2bf9f766b1bbcb1b44514401cc70ad6d8d5c4
parent46754f0c02afe926e524473a934ff5d48a5920db (diff)
parentae6de022a0de4013afc1828fb8953801a5905673 (diff)
Merge "Fix remaining py37 testenv"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b4bf6c5e..9b48dc39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,7 +50,7 @@ basepython = python3.8
commands =
ansible-lint -x303,305,306 ansible/site.yml
-[testenv:py37]
+[testenv:py38]
commands = nosetests xtesting/tests/unit
[testenv:bashate]