From 9e959bea4ee2b11f9a89cb10ecc3e6b8164b6ed3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 27 Jul 2019 16:50:10 +0200 Subject: Fix remaining py36 testenv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifd5e65f597e2dcdb280fac6e3bc3ac999550a83f Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2350f172c..1112348a9 100644 --- a/tox.ini +++ b/tox.ini @@ -61,7 +61,7 @@ basepython = python3.7 commands = ansible-lint ansible/site.yml -[testenv:py36] +[testenv:py37] commands = nosetests functest/tests/unit [testenv:bashate] -- cgit 1.2.3-korg