tobiko/roles/tobiko-run/vars/test-workflow-unit.yaml
Federico Ressi ee2cbbbd1d Add faults-neutron workflow
Change-Id: Ie8b71a7e3998606ebe5e2bbaa9506a983a2edca9
2020-04-17 09:05:13 +00:00

16 lines
422 B
YAML

test_workflow_steps:
- tox_description: 'run unit tests using Python 3.6'
tox_envlist: py36
python_version: '3.6'
bindep_profile: test py36
- tox_description: 'run unit tests using Python 3.7'
tox_envlist: py37
python_version: '3.7'
bindep_profile: test py37
- tox_description: 'run unit tests using Python 3.8'
tox_envlist: py38
python_version: '3.8'
bindep_profile: test py38