
So that folks can gate on their tarballs working properly. Also make sure tox is around in pre-run not run. Change-Id: Id167cdaa2c527637c35a68e86f936b77b27ca983
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
|