Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for HTTPBasicAuth Property from AccountService.v1_15 Schema #77

Closed
wants to merge 1 commit into from

Adding support for HTTPBasicAuth Property from AccountService.v1_15_0…

a3ec6d8
Select commit
Loading
Failed to load commit list.
Closed

Adding support for HTTPBasicAuth Property from AccountService.v1_15 Schema #77

Adding support for HTTPBasicAuth Property from AccountService.v1_15_0…
a3ec6d8
Select commit
Loading
Failed to load commit list.
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
252.1 3.7 Linux failed
252.2 3.8 Linux failed
252.3 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"
  ]
}