lfreleng-actions/Run TOX
Run tox with specified Python version and environments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path_prefix | Directory location containing project code and tox.ini | no | . |
| python-version | Version of Python to use | no | — |
| python-version-file | File containing the Python version to use (e.g. pyproject.toml) | no | — |
| tox-envs | Tox envs to run on this py-version | no | — |
| parallel | Whether to run jobs in parallel | no | auto |
| pre-build-script | Path to optional pre-build repository shell script; path traversal blocked | no | — |
Outputs
| name | description |
|---|---|
| build-backend | The detected Python dependency management tool |