Fix remaining py37 testenv 61/72561/2
authorVincent Danno <vincent.danno@orange.com>
Sun, 23 May 2021 16:15:52 +0000 (18:15 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 25 May 2021 09:19:35 +0000 (11:19 +0200)
Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7

tox.ini

diff --git a/tox.ini b/tox.ini
index b4bf6c5..9b48dc3 100644 (file)
--- 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]