0716fa10dc
Fixes issue that breaks execution on systems with older setuptools. Change-Id: I3f86b038872ad868cea659ccfd89e87c450fbf46 |
||
---|---|---|
.. | ||
defaults | ||
library | ||
tasks | ||
__init__.py | ||
README.rst |
Runs tox for a project
Role Variables
Environment variables to pass in to the tox run.
Comma separated string with test environments tox should run.
ALL
runs all test environments while an empty string runs all test environments configured withenvlist
in tox.
Path to a pip constraints file. Will be provided to tox via
TOX_CONSTRAINTS_FILE
(deprecated but currently still supported name isUPPER_CONSTRAINTS_FILE
) environment variable if it exists.