ensure twine is installed with python 3

Set twine_python to python3 to ensure that we use python3 to install
twine.

Change-Id: I94daa02a0380a765490b8e2b9d0276bcdba26103
Depends-On: https://review.openstack.org/616673
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-11-08 14:10:36 -05:00 committed by Andreas Jaeger
parent 53f1b26469
commit 4f3b366077

View File

@ -207,6 +207,7 @@
- gpg_key
vars:
release_python: python3
twine_python: python3
bdist_wheel_xargs: "--universal"
- job:
@ -218,6 +219,7 @@
run: playbooks/pti-python-tarball/check.yaml
vars:
release_python: python3
twine_python: python3
bdist_wheel_xargs: "--universal"
files:
- setup.cfg