File: .check.yml

package info (click to toggle)
python-pyppmd 1.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,632 kB
  • sloc: ansic: 5,638; python: 1,604; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
when:
  - event: push
    branch: [main, releases/*]
  - event: pull_request


clone:
  git:
    image: woodpeckerci/plugin-git
    settings:
      partial: false
      depth: 1
      lfs: false
      tags: true

steps:
  check:
    image: python:${TAG}-bullseye
    commands:
      - python -m pip install --upgrade pip
      - python -m pip install tox setuptools setuptools_scm[toml]
      - python -m tox -e py


matrix:
  TAG:
    - 3.8
    - 3.9
    - 3.10
    - 3.11
    - 3.12
    - 3.13-rc