fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/.builds/test.yml

19 lines
399 B
YAML

image: alpine/edge
packages:
- python3
- python3-dev
- py3-pip
- libffi-dev
- openssl-dev
sources:
- https://code.fmartingr.com/fmartingr/jeeves
tasks:
- setup: |
pip install poetry
python3 -V
cd jeeves
$HOME/.local/bin/poetry install
- test: |
cd jeeves
$HOME/.local/bin/poetry run pytest . --cov=jeeves.core --cov-report html --cov-report term