From: Thanh Ha Date: Tue, 20 Aug 2019 02:38:34 +0000 (-0400) Subject: Use Python 3 for molecule tests X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=6e5b8328c20929d72cffe257b04c8e423f7c9e7f;p=ansible%2Froles%2Fprotobuf-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: If0e57fc820483bb082b9491df240e739fdf1c503 --- 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