c6bf69e60b
This allows projects, that use tox but may not have a setup.cfg file still use tox siblings. We do this to allow non-python project, to use tox as an entry point for testing, and still have depends-on requirements work in zuul. Change-Id: I9b37117b27ff6b7e436d456b6cbae39ccb9b968c Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
.. | ||
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.
Allows a user to setup the package name to be used by tox, over reading a setup.cfg file in the project.