Update _unit_tests_code_coverage.rst #8
Travis CI / Travis CI - Pull Request
required action
May 7, 2025 in 9m 26s
Build Errored
The build errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #8 Update _unit_tests_code_coverage.rst.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
| Job | Python | ENV | OS | State |
|---|---|---|---|---|
| 3.9 | PYTHONFAULTHANDLER=x | Linux | failed | |
| 3.8 | PYTHONFAULTHANDLER=x | Linux | failed | |
| 3.7 | PYTHONFAULTHANDLER=x | Linux | failed | |
| 3.6 | PYTHONFAULTHANDLER=x | Linux | errored | |
| 3.8 | PYTHONFAULTHANDLER=x | Linux | failed | |
| 3.8 | PYTHONFAULTHANDLER=x | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Trusty) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"cache": {
"pip": true
},
"env": [
"global={:PYTHONFAULTHANDLER=>\"x\"}"
],
"install": [
"pip install -U tox codecov"
],
"script": [
"tox -- -nauto -v"
],
"after_success": [
"if [[ -e .coverage ]]; then codecov -e $TOXENV; fi"
],
"jobs": {
"include": [
{
"python": "3.9",
"dist": "bionic",
"sudo": true,
"env": [
{
"TOXENV": ".python39"
}
]
},
{
"python": "3.8",
"dist": "bionic",
"sudo": true,
"env": [
{
"TOXENV": ".python38"
}
]
},
{
"python": "3.7",
"dist": "xenial",
"sudo": true,
"env": [
{
"TOXENV": ".python37"
}
]
},
{
"python": "3.6",
"env": [
{
"TOXENV": ".python36"
}
]
},
{
"python": "3.8",
"dist": "bionic",
"sudo": true,
"env": [
{
"TOXENV": "docs"
}
]
},
{
"python": "3.8",
"dist": "bionic",
"sudo": true,
"env": [
{
"TOXENV": "coverage"
}
]
}
]
}
}
Loading