zuul-jobs/roles/tox
Dirk Mueller df3a9882df Switch to TOX_CONSTRAINTS_FILE
This allows to use lower-constraints.txt more easily as input
when everyone has switched over.

Depends-On: https://review.opendev.org/660823

Change-Id: I3f957187ed4f29fcf88db99cb79fb33b21a8dd8d
2019-05-22 22:30:14 +02:00
..
defaults Combine tox-siblings and tox roles 2017-11-29 15:34:08 -06:00
library tox siblings install: handle no metadata in setup.cfg 2019-05-09 13:58:56 +00:00
tasks Switch to TOX_CONSTRAINTS_FILE 2019-05-22 22:30:14 +02:00
README.rst Switch to TOX_CONSTRAINTS_FILE 2019-05-22 22:30:14 +02:00
__init__.py Enable Python 2.7 unit tests 2018-08-17 10:23:20 +10:00

README.rst

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.