zuul-jobs/roles/tox
Monty Taylor d5d1aaee23
Use setup.py if we can't get the name from setup.cfg
ansible/ansible doesn't use pbr, so we can't inspect its setup.cfg to
drive tox-nstall-siblings.

In case we find a setup.py but no name in setup.cfg, fallback to running
setup.py --name.

Change-Id: I6d234247e3d45befd264e159c8b0fe77f01c7fdc
2018-01-09 13:01:24 -06:00
..
defaults Combine tox-siblings and tox roles 2017-11-29 15:34:08 -06:00
library Use setup.py if we can't get the name from setup.cfg 2018-01-09 13:01:24 -06:00
tasks Convert back to zuul.projects 2017-12-01 15:02:20 +11:00
README.rst Combine tox-siblings and tox roles 2017-11-29 15:34:08 -06:00

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 UPPER_CONSTRAINTS_FILE environment variable if it exists.