use python3 in tox

Change-Id: I6431092974498cc89221a4b036bfc538c8f9b08e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-14 13:09:34 -04:00
parent 2b65b6658b
commit c476b30dab
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
basepython = python3
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}