fix: correct argparse long options and logger TypeError #143
Travis CI / Travis CI - Pull Request
required action
Mar 3, 2026 in 7m 7s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #143 fix: correct argparse long options and logger TypeError.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: test
This stage passed.
| Job | Python | OS | State |
|---|---|---|---|
| 3.6 | Linux | passed | |
| 3.7 | Linux | passed |
Stage 2: deploy
This stage errored.
| Job | Python | OS | State |
|---|---|---|---|
| 3.7 | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Xenial) |
| Python Versions | 3.6, 3.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"pip": true
},
"python": [
"3.6",
"3.7"
],
"stages": [
{
"name": "test"
},
{
"name": "deploy"
}
],
"before_script": [
"pip install -U poetry tox-travis codecov"
],
"script": [
"tox"
],
"jobs": {
"include": [
{
"stage": "deploy",
"python": "3.7",
"script": [
"skip"
],
"before_install": [
"pip install 'poetry==1.1.7'"
],
"install": [
"poetry install"
],
"before_deploy": [
"poetry build"
],
"deploy": [
{
"provider": "script",
"script": "poetry publish",
"skip_cleanup": true,
"on": {
"tags": true
}
}
],
"after_success": [
"codecov"
]
}
]
}
}
Loading