zuul-jobs/roles/ensure-python/README.rst
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

11 lines
284 B
ReStructuredText

Ensure specified python interpreter and development files are installed
.. note:: This role is only available for Debian based platforms
currently.
**Role Variables**
.. zuul:rolevar:: python_version
Optional version of python interpreter to install, such as ``3.7``.