zuul-jobs/playbooks/tox/pre.yaml
Corey Bryant 42cf8e680a Add ensure-python role
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
2018-10-11 21:45:00 -04:00

5 lines
59 B
YAML

- hosts: all
roles:
- ensure-tox
- ensure-python