Fix remaining py36 testenv 76/68276/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 27 Jul 2019 14:52:18 +0000 (16:52 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 27 Jul 2019 14:52:18 +0000 (16:52 +0200)
Change-Id: Ifa6bfc7beb992cc9094435b734bbca68fcc5a931
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 1904b6e..03e2554 100644 (file)
--- 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]