aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVincent Danno <vincent.danno@orange.com>2021-05-23 18:15:52 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-05-25 11:19:35 +0200
commitae6de022a0de4013afc1828fb8953801a5905673 (patch)
treebb4af0a8e852bb5a0d3f5a83232fc356a3e2ff42 /tox.ini
parent9fb5ed7379ed7fc96d0aeda70411d696bd6cba65 (diff)
Fix remaining py37 testenv
Signed-off-by: Vincent Danno <vincent.danno@orange.com> Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7
Diffstat (limited to 'tox.ini')
-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]