tobiko/roles/tobiko-tox/defaults/main.yaml

13 lines
379 B
YAML

---
# Directory where test cases has been deployed to
tox_dir: '{{ test_dir | realpath }}'
tox_command: "{{ tobiko_dir | realpath }}/tools/ci/tox"
tox_envlist: py36
tox_extra_args: ''
tox_command_line: '{{ tox_command }} "-e{{ tox_envlist }}" {{ tox_extra_args }}'
tox_report_dir: "{{ test_report_dir | realpath }}"
tox_report_name: '{{ test_report_name }}_{{ tox_envlist }}'