c388e61160
Setting tox_envlist to venv by default is unintuitive for many users. Remove this behaviour and let default tox behaviour be the same as running tox on the commandline. Change-Id: I1b6d59ee4ebb7f6b3adcf4bd35d7148e83389008
1.1 KiB
1.1 KiB
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.