tobiko/roles/tobiko-tox/tasks/main.yaml
Federico Ressi 86441d7aac Update roles requiring python
Change-Id: Iae5cd4affc3e7d148221e55768fbdf6d28907e54
2020-04-03 11:10:38 +00:00

7 lines
106 B
YAML

---
- name: 'run test cases'
include_tasks: tox.yaml
when:
- test_stage in ['all', 'run', 'tox']