zuul-jobs/roles/tox
Albin Vass 30bc5d67ff Do not interpolate values from tox --showconfig
Change-Id: I8ffa7d164e0afd2a325bc5b4d76d4dc75d330739
2020-05-21 21:23:09 +02:00
..
defaults Add flag for toggling inline comments for linters 2020-04-01 09:01:06 -05:00
library Do not interpolate values from tox --showconfig 2020-05-21 21:23:09 +02:00
tasks Don't require tox_envlist 2020-05-19 14:32:26 +02:00
__init__.py Enable Python 2.7 unit tests 2018-08-17 10:23:20 +10:00
README.rst Don't require tox_envlist 2020-05-19 14:32:26 +02: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 TOX_CONSTRAINTS_FILE (deprecated but currently still supported name is UPPER_CONSTRAINTS_FILE) environment variable if it exists.