From ed48bc29af7c060eed7366dde494967dd23bc975 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 19 Aug 2019 22:33:48 -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: I422322c4eac7a0812125e6f9e789c24a5512b697 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b1f51c5..3b6c713 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = skipsdist=true [testenv:molecule] -basepython = python2 +basepython = python3 deps = ansible docker @@ -19,4 +19,4 @@ commands = deps = pre-commit commands = pre-commit install --hook-type commit-msg - pre-commit run --all-files \ No newline at end of file + pre-commit run --all-files -- 2.16.6