tell tox to use python 3 for everything

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-01-31 09:38:14 -05:00
parent 340694f715
commit cf08364599
1 changed files with 1 additions and 0 deletions

View File

@ -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 =