304874fb6a
There's a couple of places that call subprocess.check_output that might raise and exception (I'm seeing one finding the "--name"); catch the CalledProcessError and include it's output to give more info. Change-Id: I53cfb9c1b37bd4dbf9e5bf04fbab83d3cdad795d |
||
---|---|---|
.. | ||
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.