File: .travis.yml

package info (click to toggle)
dir2ogg 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 148 kB
  • sloc: python: 688; sh: 30; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
dist: bionic
language: python
install:
  - pip install pre-commit
jobs:
  include:
    - name: pre-commit
      script:
      - pre-commit run -a