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

build(deps): bump requests from 2.24.0 to 2.31.0 in /testapp/app #261

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

build(deps): bump requests from 2.24.0 to 2.31.0 in /testapp/app

52fe440
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump requests from 2.24.0 to 2.31.0 in /testapp/app #261

build(deps): bump requests from 2.24.0 to 2.31.0 in /testapp/app
52fe440
Select commit
Loading
Failed to load commit list.
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
}