Update GH workflows #80
Closed
Travis CI / Travis CI - Branch
succeeded
Nov 12, 2024 in 2m 38s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the workflow-updates branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
3.10 | TOXENV=py310 | Linux | passed | |
3.10 | TOXENV=linting | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Bionic) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "bionic",
"cache": {
"pip": true
},
"before_script": [
"pip install -r test_requirements.txt"
],
"script": [
"tox"
],
"notifications": {
"email": [
{
"enabled": false
}
]
},
"jobs": {
"include": [
{
"python": "3.10",
"env": [
{
"TOXENV": "py310"
}
]
},
{
"python": "3.10",
"env": [
{
"TOXENV": "linting"
}
]
}
]
}
}
Loading