zuul-jobs/roles/tox/defaults/main.yaml
Monty Taylor e404589b84 Add flag for toggling inline comments for linters
Sometimes there are linters that are producing output where
people do not care about it enough to want to see it.

Change-Id: I0d58a3f6a4c51e1419b645a7ce1a81e6adee57d3
2020-04-01 09:01:06 -05:00

10 lines
180 B
YAML

---
tox_environment: {}
tox_envlist: venv
tox_executable: tox
tox_extra_args: -vv
tox_install_siblings: true
tox_inline_comments: true
zuul_work_dir: "{{ zuul.project.src_dir }}"