project-config/playbooks/python-tarball/run.yaml
Paul Belanger 44a6bc916d
Use ensure-tox role from zuul-jobs
We have a role to handle this, lets us it.

Change-Id: I471a852a1d01ef79d7f1408176b72c1db3663a8c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-09-05 15:18:26 -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