From aee444bb1f3a8fd7c0281962b52e239fb3dbca24 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 19 Aug 2019 22:35:08 -0400 Subject: [PATCH] Use Python 3 for molecule tests PyTest 5.0 requires Python 3.5+ so let's update. Signed-off-by: Thanh Ha Change-Id: I43b8b89a412509b6a287baba48e86976239efb52 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6