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

Bump pip from 21.1 to 23.3 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump pip from 21.1 to 23.3

a238429
Select commit
Loading
Failed to load commit list.
Open

Bump pip from 21.1 to 23.3 #35

Bump pip from 21.1 to 23.3
a238429
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 9, 2023 in 1m 20s

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 #35 Bump pip from 21.1 to 23.3.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
130.1 3.9 Linux passed
130.2 3.8 Linux passed
130.3 3.7 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.9, 3.8, 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.9",
    "3.8",
    "3.7"
  ],
  "branches": {
    "only": [
      "master",
      "/v\\d+\\.\\d+\\.\\d+/"
    ]
  },
  "install": [
    "pip install -U tox-travis"
  ],
  "script": [
    "tox"
  ],
  "deploy": [
    {
      "provider": "pypi",
      "distributions": "sdist bdist_wheel",
      "username": "__token__",
      "password": "$PYPI_PASSWORD",
      "edge": true,
      "skip_existing": true,
      "on": {
        "tags": true,
        "repo": "pymetrics/pact-testgen",
        "python": "3.8"
      }
    }
  ]
}