From cf08364599a2b187079028d2bd073816e27d83f6 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 31 Jan 2017 09:38:14 -0500 Subject: [PATCH] tell tox to use python 3 for everything Signed-off-by: Doug Hellmann --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 647b3b7..b93f0c6 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py35,pep8 skipsdist = True [testenv] +basepython = python3.5 usedevelop = True install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv =