X Tutup
The Wayback Machine - https://web.archive.org/web/20201215133202/https://github.com/python/devguide/pull/633/checks
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

CONTRIBUTING: Link to bugs.python.org and python-dev #633

Merged
merged 1 commit into from Oct 21, 2020

Link to bugs.python.org and python-dev

0755a26
Select commit
Travis CI / Travis CI - Pull Request succeeded Oct 21, 2020 in 3m 13s

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 #633 CONTRIBUTING: Link to bugs.python.org and python-dev.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in two sequential stages.

Stage 1: build-docs

This stage passed.

Job Python OS State
1312.1 3.6 Linux passed

Stage 2: link-check

This stage passed.

Job Python OS State Notes
1312.2 3.6 Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.6
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.6"
  ],
  "cache": {
    "pip": true
  },
  "install": [
    "python3 -m pip install -U pip -r requirements.txt"
  ],
  "jobs": {
    "include": [
      {
        "stage": "build-docs",
        "script": [
          "sphinx-build -n -W -q -b html -d _build/doctrees . _build/html"
        ]
      },
      {
        "stage": "link-check",
        "script": [
          "sphinx-build -b linkcheck -d _build/doctrees . _build/linkcheck"
        ]
      }
    ],
    "allow_failures": [
      {
        "stage": "link-check"
      }
    ]
  }
}
You can’t perform that action at this time.
X Tutup