![Andreas Jaeger](/assets/img/avatar_default.png)
We get many false positives on the .tox directory, ignore it. Even better would be to only handle files under version control but that is more involved, so use the simple heuristic for .tox for now since that catches 90+ per cent of the cases. Change-Id: Ibb17958454a4d6bf156020fe4d9f588f3c666cc7
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.