set default python to python3

Set the default python to python3 except for the py27 environment. We
have to set that explicitly to override the new default.

Change-Id: Iff0bb093eb69a426d623d97b0338ff19f41f1e3c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-13 15:54:08 -04:00
parent 5d6b373525
commit 747cbf92c1
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ skipsdist = True
envlist = bashate
[testenv]
basepython = python3
usedevelop = False
install_command = pip install {opts} {packages}