fix: specify the maximum version of requests
to avoid regression
#194
Travis CI / Travis CI - Pull Request
succeeded
Jun 3, 2024 in 2m 19s
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 #194 fix: specify the maximum version of requests
to avoid regression.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
1329.1 | 3.8 | Linux | passed |
1329.2 | 3.9 | Linux | passed |
1329.3 | 3.10 | Linux | passed |
1329.4 | 3.11 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"cache": {
"pip": true
},
"before_install": [
"npm install npm@latest -g"
],
"install": [
"sudo apt-get update",
"pip3 install pypandoc",
"sudo apt-get install pandoc",
"pip3 install setuptools==\"60.8.2\""
],
"script": [
"make ci"
],
"before_deploy": [
"pip3 install --editable .",
"pip3 install bumpversion",
"nvm install 18",
"npm install",
"node --version",
"npm --version"
],
"deploy": [
{
"provider": "script",
"script": "npm run semantic-release",
"skip_cleanup": true,
"on": {
"python": "3.8",
"branch": [
"main"
]
}
},
{
"repository": "https://upload.pypi.org/legacy",
"provider": "pypi",
"setuptools_version": "60.8.2",
"password": "$PYPI_TOKEN",
"skip_cleanup": true,
"on": {
"python": "3.8",
"tags": true
},
"username": "$PYPI_USER"
}
],
"jobs": {
"include": [
{
"python": "3.8"
},
{
"python": "3.9"
},
{
"python": "3.10"
},
{
"python": "3.11"
}
]
}
}
Loading