From 8b36cdbd4dc948035b45db2bd967426a2fc6a57d Mon Sep 17 00:00:00 2001 From: Vincent Danno Date: Sun, 23 May 2021 18:15:52 +0200 Subject: Fix remaining py37 testenv Signed-off-by: Vincent Danno Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7 (cherry picked from commit ae6de022a0de4013afc1828fb8953801a5905673) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3306d9bc..8af9d230 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] -- cgit 1.2.3-korg