42cf8e680a
ensure-python allows for installation of a specific version of the python interpreter and development files. Add this role to tox pre.yaml. Change-Id: Ia56cba58c87aa48de3e8e3f3d28f6252f7dcd7c3
5 lines
59 B
YAML
5 lines
59 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-tox
|
|
- ensure-python
|