
Depends-On: I4a5ac77948ddb65944b0852b03122190a659269b Change-Id: If126f32a301c5bd0a2c50b6b9c6b0d8ef2cdf7ca
19 lines
489 B
YAML
19 lines
489 B
YAML
test_workflow_steps:
|
|
- tox_description: 'run unit tests using Python 3.8'
|
|
tox_envlist: py38
|
|
python_version: '3.8'
|
|
bindep_profile: test py38
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run unit tests using Python 3.9'
|
|
tox_envlist: py39
|
|
python_version: '3.9'
|
|
bindep_profile: test py39
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run unit tests using Python 3.10'
|
|
tox_envlist: py310
|
|
python_version: '3.10'
|
|
bindep_profile: test py310
|
|
test_flaky: true
|