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 jinja2 from 3.1.2 to 3.1.3 #280

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

Bump jinja2 from 3.1.2 to 3.1.3

929d3ee
Select commit
Loading
Failed to load commit list.
Open

Bump jinja2 from 3.1.2 to 3.1.3 #280

Bump jinja2 from 3.1.2 to 3.1.3
929d3ee
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 11, 2024 in 17m 0s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #280 Bump jinja2 from 3.1.2 to 3.1.3.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python ENV OS State
841.1 3.8 venv_name=virtualenv testcmd=test Linux passed
841.2 3.8 venv_name=virtualenv-dev testcmd=test-dev Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.8"
  ],
  "jobs": {
    "include": [
      {
        "env": [
          {
            "venv_name": "virtualenv",
            "testcmd": "test"
          }
        ]
      },
      {
        "env": [
          {
            "venv_name": "virtualenv-dev",
            "testcmd": "test-dev"
          }
        ]
      }
    ]
  },
  "install": [
    "make $venv_name"
  ],
  "script": [
    "make $testcmd"
  ],
  "branches": {
    "only": [
      "main"
    ]
  },
  "after_success": [
    "make run_codecov"
  ]
}