Adding support for HTTPBasicAuth Property from AccountService.v1_15 Schema #77
Travis CI / Travis CI - Pull Request
failed
Apr 15, 2024 in 2m 18s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #77 Adding support for HTTPBasicAuth Property from AccountService.v1_15 Schema.
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 parallel.
Job | Python | OS | State |
---|---|---|---|
3.7 | Linux | failed | |
3.8 | Linux | failed | |
3.9 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Versions | 3.7, 3.8, 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"pip": true
},
"python": [
"3.7",
"3.8",
"3.9"
],
"before_install": [
"pip install -U pip",
"pip install -U setuptools",
"pip install -U wheel"
],
"install": [
"pip install tox-travis"
],
"script": [
"tox"
]
}
Loading