Bump pip from 21.1 to 23.3 #35
Open
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"
}
}
]
}
Loading