9a418ad0ed
Change-Id: I0320cdd00078f1c8a6acc19116fce88daed891c6
31 lines
799 B
YAML
31 lines
799 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
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run unit tests using Python 3.7'
|
|
tox_envlist: py37
|
|
python_version: '3.7'
|
|
bindep_profile: test py37
|
|
test_flaky: true
|
|
|
|
- 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
|