4c121fe599
publish-openstack-python-branch-tarball is a trusted job now. The majority of this log comes from openstack-zuul-jobs. Change-Id: Ie50b45296074b12cd17229bdd2bb57c0d40290ec Depends-On: Ie577aa1c603158b1a71f8107113de51bddc1a771 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
254 B
YAML
11 lines
254 B
YAML
- hosts: all
|
|
pre_tasks:
|
|
- name: Ensure tox is installed
|
|
shell: type tox || pip install --user tox
|
|
|
|
roles:
|
|
- role: tox
|
|
tox_extra_args: -vv python setup.py sdist
|
|
- role: tox
|
|
tox_extra_args: -vv python setup.py bdist_wheel
|