1929871d16
Change-Id: I96c1e26af6aaefa26b164ed9dd9ff0e29fb702af
9 lines
229 B
YAML
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
|