zuul-jobs/roles/tox
Ian Wienand 2f7ff89384 Python roles: misc doc updates
Some minor formatting things I noticed when reading through the page
of role documentation.

Change-Id: I2f94102badd83d82073df2dfb1e36a524c7b0686
2020-04-17 10:45:26 +02:00
..
defaults Add flag for toggling inline comments for linters 2020-04-01 09:01:06 -05:00
library tox: Don't inline python warnings 2020-04-08 14:13:48 -07:00
tasks Keep error status in tox run 2020-04-01 21:42:03 +02:00
__init__.py Enable Python 2.7 unit tests 2018-08-17 10:23:20 +10:00
README.rst Python roles: misc doc updates 2020-04-17 10:45:26 +02:00

Runs tox for a project

Role Variables

Environment variables to pass in to the tox run.

Path to a pip constraints file. Will be provided to tox via TOX_CONSTRAINTS_FILE (deprecated but currently still supported name is UPPER_CONSTRAINTS_FILE) environment variable if it exists.