Update README #494
Merged
Update README #494
Travis CI / Travis CI - Branch
succeeded
Dec 26, 2024 in 5m 41s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the dev 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 | OS | State |
---|---|---|---|
1069.1 | 3.9 | Linux | passed |
1069.2 | 3.10 | Linux | passed |
1069.3 | 3.11 | Linux | passed |
1069.4 | 3.12 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Versions | 3.9, 3.10, 3.11, 3.12 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"pip": true,
"directories": [
"$HOME/.cache/"
]
},
"python": [
"3.9",
"3.10",
"3.11",
"3.12"
],
"install": [
"pip install setuptools --upgrade",
"pip install ."
],
"script": [
"python -m pytest"
]
}
Loading