c388e61160
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
8 lines
197 B
YAML
8 lines
197 B
YAML
---
|
|
tox_executable: tox
|
|
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
zuul_use_fetch_output: "{{ zuul_site_use_fetch_output|default(false) }}"
|