Alternative to PR 669 #675
Merged
Travis CI / Travis CI - Branch
succeeded
Feb 29, 2024 in 2m 9s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the pr-669 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
906.1 | 3.8 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | passed |
906.2 | 3.9 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | passed |
906.3 | 3.10 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | passed |
906.4 | 3.11 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | passed |
906.5 | 3.12 | DOCKER_COMPOSE_VERSION=v2.17.3 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"script": [
"./scripts/travis.sh"
],
"services": [
"memcached",
"redis",
"docker"
],
"jobs": {
"include": [
{
"python": "3.8",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.9",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.10",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.11",
"dist": "focal",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
},
{
"python": "3.12",
"dist": "jammy",
"sudo": true,
"env": [
{
"DOCKER_COMPOSE_VERSION": "v2.17.3"
},
{
"SMTP_HOST": "localhost"
},
{
"SMTP_PORT": "1025"
}
]
}
]
}
}
Loading