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

Create dependabot.yml #380

Merged
merged 1 commit into from
Oct 13, 2023

Create dependabot.yml

b020022
Select commit
Loading
Failed to load commit list.
Merged

Create dependabot.yml #380

Create dependabot.yml
b020022
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 13, 2023 in 4m 20s

Build Passed

The build passed.

Details

This is a normal build for the tisnik-patch-1 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
230.1 3.7 SKIP_INTERPRETER=true Linux passed
230.2 3.8 SKIP_INTERPRETER=true Linux passed
230.3 3.9 SKIP_INTERPRETER=true Linux passed
230.4 3.10-dev SKIP_INTERPRETER=true Linux passed
230.5 3.11-dev SKIP_INTERPRETER=true Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Versions 3.7, 3.8, 3.9, 3.10-dev, 3.11-dev
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.7",
    "3.8",
    "3.9",
    "3.10-dev",
    "3.11-dev"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libsnappy-dev"
      ]
    }
  },
  "env": [
    "jobs={:SKIP_INTERPRETER=>\"true\"}"
  ],
  "install": [
    "pip install pycodestyle"
  ],
  "script": [
    "pycodestyle **/*.py"
  ]
}