build(deps): bump requests from 2.24.0 to 2.31.0 in /testapp/app #261
Travis CI / Travis CI - Pull Request
succeeded
Aug 11, 2023 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 #261 build(deps): bump requests from 2.24.0 to 2.31.0 in /testapp/app.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Version | 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.10"
],
"install": [
"pip install --upgrade pip",
"pip install $DJANGO_VERSION --upgrade",
"pip install google-api-core==1.23.0",
"pip install google-api-python-client==1.12.4",
"pip install google-auth==1.22.1",
"pip install google-auth-httplib2==0.0.4",
"pip install webdriver-manager==3.2.2",
"pip install python-dotenv",
"pip install django-tinymce",
"pip install django-admin-rangefilter",
"pip install django-admin-autocomplete-filter==0.6.1",
"pip install django-import-export",
"pip install docutils",
"pip install easy_thumbnails",
"pip install django-mptt",
"pip install reportlab",
"pip install svglib",
"django-admin --version",
"pip install selenium"
],
"before_script": [
"cd testapp/app && python manage.py migrate && python manage.py runserver &",
"sleep 3"
],
"env": [
"global={:DJANGO_VERSION=>\"'Django>=2.2,<3.0'\"}={:DJANGO_VERSION=>\"'Django>=3.0,<3.3'\"}={:DJANGO_VERSION=>\"'Django>=4.0'\"}"
],
"script": [
"cd testapp/app && python manage.py test"
],
"branches": {
"only": [
"master",
"feature/e2e-tests",
"debug/tests"
]
},
"sudo": false
}
Loading