From dc767038eb34bc0fbebc6c440ce3cf2f72b2d950 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 7 Aug 2017 16:13:30 -0400 Subject: [PATCH] Set basepython to python3 We are running zuulv3 under python3, so it make sense to ensure ansible dependencies are also testing with python3. Change-Id: I2d011d62c1d5192c0f309e37c2d30c8598cce359 Signed-off-by: Paul Belanger --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ed7e6dd1..0a72b17c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ skipsdist = True envlist = linters [testenv] +basepython = python3 install_command = pip install {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands =