openstack-zuul-jobs/playbooks/python-tarball/run.yaml
Monty Taylor b13fd7d7a0
Add build-openstack-python-tarball job
So that folks can gate on their tarballs working properly.

Also make sure tox is around in pre-run not run.

Change-Id: Id167cdaa2c527637c35a68e86f936b77b27ca983
2017-08-22 19:35:56 -04:00

7 lines
156 B
YAML

- hosts: all
roles:
- role: tox
tox_extra_args: -vv python setup.py sdist
- role: tox
tox_extra_args: -vv python setup.py bdist_wheel