From 6e27b0e1964bda051019956adc0e0373943a054a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 27 Jul 2019 16:52:18 +0200 Subject: Fix remaining py36 testenv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifa6bfc7beb992cc9094435b734bbca68fcc5a931 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 1904b6e4..03e25548 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ basepython = python3.7 commands = ansible-lint ansible/site.yml -[testenv:py36] +[testenv:py37] commands = nosetests xtesting/tests/unit [testenv:bashate] -- cgit 1.2.3-korg