project-config/playbooks/python-tarball/run.yaml
Paul Belanger 4c121fe599 Add publish-openstack-python-branch-tarball job
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>
2017-08-21 14:42:18 -04:00

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