zuul-jobs/roles/tox
Tobias Henkel 99ea9c94a0
Add test cases for tox line comment parsing
Tox line comment parsing had a few side effects at first so add
testing to it.

Change-Id: I9eb2aa00d6e467bd170fad80598728aec6949ee6
2020-04-03 19:34:24 +02:00
..
defaults Add flag for toggling inline comments for linters 2020-04-01 09:01:06 -05:00
library Add test cases for tox line comment parsing 2020-04-03 19:34:24 +02:00
tasks Keep error status in tox run 2020-04-01 21:42:03 +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.