zuul-jobs/playbooks/tox/tarball.yaml
Paul Belanger 64785f464b
Update tox-tarball to use tox role
We no longer need to depend on our run-tarball / run-wheel roles. I
also plan to add back our sha1sum / md5sum files back in a follow
patch.

Change-Id: If4814a21192112d841fdb24cfdd1fd1a8bd427e6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-02 10:35:29 -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