]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/run_tox.sh: do not use python2 if we have python3 31751/head
authorKefu Chai <kchai@redhat.com>
Wed, 20 Nov 2019 07:35:37 +0000 (15:35 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 20 Nov 2019 07:47:38 +0000 (15:47 +0800)
commitef5a8d069a2603430b0f900096c4f579e87ccdbe
tree5492e4f93ec680c72a202e58337e355f5423ab8c
parent64bd0e2ab46292279dbde5b8e6767991c7829ff2
script/run_tox.sh: do not use python2 if we have python3

always use python3 for bootstrapping tox environment unless the tox-env
contains "py2" but not "py3"

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/run_tox.sh