44a6bc916d
We have a role to handle this, lets us it. Change-Id: I471a852a1d01ef79d7f1408176b72c1db3663a8c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
156 B
YAML
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
|