Skip to content

Add warning when using HTTP Basic authentication

8e258a6
Select commit
Loading
Failed to load commit list.
Open

Add warning when using HTTP Basic authentication #185

Add warning when using HTTP Basic authentication
8e258a6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 29, 2026 in 2m 53s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #185 Add warning when using HTTP Basic authentication.
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
330.1 3.8 Linux passed
330.2 3.9 Linux passed
330.3 3.11 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.8, 3.9, 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "pip": true
  },
  "python": [
    "3.8",
    "3.9",
    "3.11"
  ],
  "before_install": [
    "pip install -U pip",
    "pip install -U setuptools",
    "pip install -U wheel"
  ],
  "install": [
    "pip install tox-travis .[devel]"
  ],
  "script": [
    "tox"
  ]
}