File: bitbucket-pipelines.yml

package info (click to toggle)
python-simpy3 3.0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,080 kB
  • sloc: python: 2,885; makefile: 138
file content (8 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
image: python:latest
pipelines:
  default:
    - step:
        script:
          - pip install -e .
          - pip install -U pytest pytest-cov
          - py.test --cov=src --cov-report=term-missing tests