Skip to content

Fix namespace proxy

e54a25b
Select commit
Loading
Failed to load commit list.
Open

Fix namespace proxy #1102

Fix namespace proxy
e54a25b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 11, 2026 in 3m 26s

Build Passed

The build passed.

Details

This is a normal build for the b-backport branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python ENV OS State
3200.1 3.8 TOX_ENV=pep8 Linux passed
3200.2 3.8 TOX_ENV=py38 Linux passed
3200.3 3.9 TOX_ENV=py39 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "pip install tox"
  ],
  "script": [
    "tox -e $TOX_ENV"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8",
        "env": [
          {
            "TOX_ENV": "pep8"
          }
        ]
      },
      {
        "python": "3.8",
        "env": [
          {
            "TOX_ENV": "py38"
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "TOX_ENV": "py39"
          }
        ]
      }
    ]
  }
}