Add extra docs on the POST call #153
Open
Travis CI / Travis CI - Pull Request
succeeded
Aug 30, 2024 in 1m 55s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #153 Add extra docs on the POST call.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
202.1 | 3.8 | Linux | passed |
202.2 | 3.9 | Linux | passed |
202.3 | 3.10 | Linux | passed |
202.4 | 3.11 | Linux | passed |
202.5 | 3.12 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.8, 3.9, 3.10, 3.11, 3.12 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"python": [
"3.8",
"3.9",
"3.10",
"3.11",
"3.12"
],
"sudo": false,
"install": [
"pip install tox-travis",
"pip install codecov"
],
"script": [
"tox"
],
"after_success": [
"codecov"
],
"jobs": {
"fast_finish": true
}
}
Loading