3f72ab620c
The publish-openstack-python-branch-tarball job run by many projects uses tox (in python-branch-tarball/post.yaml), so needs it installed. Change-Id: Iba219ad14523ce900d9562ef56c78cc6c15aa01d
8 lines
88 B
YAML
8 lines
88 B
YAML
- hosts: all
|
|
roles:
|
|
- bindep
|
|
- ensure-pip
|
|
- ensure-tox
|
|
- revoke-sudo
|
|
|