From: Thanh Ha Date: Tue, 20 Aug 2019 02:35:39 +0000 (-0400) Subject: Use Python 3 for molecule tests X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=620068bc6e529362dbfc76c8e75d8ae9a1d5b19c;p=ansible%2Froles%2Fjava-install.git Use Python 3 for molecule tests PyTest 5.0 requires Python 3.5+ so let's update. Signed-off-by: Thanh Ha Change-Id: Ic857b44bccbf027aed2930d36a50d7fcce8d2850 --- diff --git a/tox.ini b/tox.ini index 39ab72d..0bb5015 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = skipsdist=true [testenv:molecule] -basepython = python2 +basepython = python3 deps = ansible~=2.7.11 ansible-lint~=4.0.1