make default python for venv python 3

We use the venv tox target as a generic environment for running commands
defined in this repo. Let's redefine the environment to use python 3 by
default.

Change-Id: I0cf5f50b7d36f5ebb61408eefeccb702432464be
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-04-27 11:39:40 -04:00
parent dc38b51d79
commit fb3b41c02a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ commands = bash -c "find {toxinidir} \
-print0 | xargs -0 bashate -v"
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]