Validate divisor parameters in carb_math to prevent ZeroDivisionError#30
Open
CharlesCNorton wants to merge 1 commit into
Open
Validate divisor parameters in carb_math to prevent ZeroDivisionError#30CharlesCNorton wants to merge 1 commit into
CharlesCNorton wants to merge 1 commit into
Travis CI / Travis CI - Pull Request
failed
Jun 26, 2026 in 25s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #30 Validate divisor parameters in carb_math to prevent ZeroDivisionError.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
| Python Version | 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.9"
],
"script": [
"python -m unittest -v"
]
}
Loading