diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-04-13 15:54:08 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-04-13 15:54:08 -0400 |
commit | 747cbf92c140e4a5b4ecbc215cb195ab68fea272 (patch) | |
tree | fedf34997ff40e3b709c39ea362b07da72118154 | |
parent | 5d6b373525a15aa648d9439655677aaeff00f6ca (diff) |
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>
Notes
Notes (review):
Code-Review+2: Ken Giusti <kgiusti@gmail.com>
Workflow+1: Ken Giusti <kgiusti@gmail.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Sat, 14 Apr 2018 00:40:18 +0000
Reviewed-on: https://review.openstack.org/561314
Project: openstack/devstack-plugin-kafka
Branch: refs/heads/master
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ skipsdist = True | |||
4 | envlist = bashate | 4 | envlist = bashate |
5 | 5 | ||
6 | [testenv] | 6 | [testenv] |
7 | basepython = python3 | ||
7 | usedevelop = False | 8 | usedevelop = False |
8 | install_command = pip install {opts} {packages} | 9 | install_command = pip install {opts} {packages} |
9 | 10 | ||