zuul-jobs/roles/tox/defaults/main.yaml
Albin Vass c388e61160 Remove default tox_envlist: venv
Setting tox_envlist to venv by default is unintuitive for
many users. Remove this behaviour and let default tox
behaviour be the same as running tox on the commandline.

Change-Id: I1b6d59ee4ebb7f6b3adcf4bd35d7148e83389008
2020-07-16 21:59:57 +02:00

9 lines
162 B
YAML

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