This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/.woodpecker/.test.yml

9 lines
263 B
YAML
Raw Normal View History

pipeline:
unit-tests:
image: python:3.8
commands:
- apt update -y && apt install libgl1 -y
- python3.8 -m pip install -r ./requirements_dev.txt -r ./requirements.txt
- python3.8 -m pip install -e .
- pytest test/ -v
branches: dev