From 857b194d14342e5cae27caa56b93df1bacbef7e4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 14 Aug 2018 13:10:10 -0400 Subject: [PATCH] use python3 in tox Change-Id: Ic65f3322eacf3b92b7670e1d668c3639d678a9d2 Signed-off-by: Doug Hellmann --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e890eba..3a54356 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = docs,pep8 skipsdist = True [testenv] +basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} install_command = pip install {opts} {packages}