Make AIM RPC client compatible across oslo.messaging versions #460
Travis CI / Travis CI - Branch
succeeded
Dec 18, 2025 in 8m 39s
Build Passed
The build passed.
Details
This is a normal build for the fix-oslo-messaging-rpc-client branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Python | ENV | OS | State |
|---|---|---|---|---|
| 3.8 | TOX_ENV=py38 | Linux | passed | |
| 3.10 | TOX_ENV=py310 | Linux | passed | |
| 3.12 | TOX_ENV=py312 | Linux | passed | |
| 3.10 | TOX_ENV=pep8 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Jammy) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"install": [
"pip install tox"
],
"script": [
"tox -e $TOX_ENV"
],
"jobs": {
"include": [
{
"python": "3.8",
"env": [
{
"TOX_ENV": "py38"
}
]
},
{
"python": "3.10",
"env": [
{
"TOX_ENV": "py310"
}
]
},
{
"python": "3.12",
"env": [
{
"TOX_ENV": "py312"
}
]
},
{
"python": "3.10",
"env": [
{
"TOX_ENV": "pep8"
}
]
}
]
}
}
Loading