tobiko/roles/run-tox/tasks/main.yaml
Federico Ressi a880634a6f Automatically select python version on scenario and fucntional tests
Change-Id: I6da8e7fd15f913758c562bcc5aa7baca6a9692a2
2019-05-27 06:20:27 +02:00

7 lines
150 B
YAML

- name: Run Tobiko
command: tools/ci/tox -e {{tox_envlist}} {{tox_extra_args}}
args:
chdir: "{{tox_dir}}"
become: true
become_user: stack