tobiko/roles/run-tox/tasks/main.yaml
Federico Ressi 1929871d16 Allow to pick python version in CI tools
Change-Id: I96c1e26af6aaefa26b164ed9dd9ff0e29fb702af
2019-11-18 09:05:58 +00:00

9 lines
229 B
YAML

- name: Run Tobiko test cases
shell:
chdir: "{{ tox_dir }}"
cmd: |
export PYTHON_VERSION={{ tox_python_version }}
tools/ci/tox -e "{{ tox_envlist }}" {{ tox_extra_args }}
become: true
become_user: stack