use python3 in tox

Change-Id: Ic65f3322eacf3b92b7670e1d668c3639d678a9d2
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-14 13:10:10 -04:00
parent 890210345d
commit 857b194d14
1 changed files with 1 additions and 0 deletions

View File

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