zuul-jobs/roles/tox
Sorin Sbarnea 33461bbecc Enable yamllint
Adds yamllint to the linters with a minimal configuration, some
rules are disabled to allow us to fix them in follow-ups, if
we agree on them.

Fixes invalid YAML file containing characters inside block.

Fixes few minor linting issues.

Change-Id: I936fe2c997597972d884c5fc62655d28e8aaf8c5
2020-05-04 17:47:11 +01:00
..
defaults Add flag for toggling inline comments for linters 2020-04-01 09:01:06 -05:00
library Enable yamllint 2020-05-04 17:47:11 +01:00
tasks tox: Use 'block: ... always: ...' instead of ignore_errors 2020-04-28 16:20:20 +02:00
__init__.py Enable Python 2.7 unit tests 2018-08-17 10:23:20 +10:00
README.rst tox: allow running default envlist in tox 2020-04-24 18:23:05 +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.