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

14 lines
276 B
YAML

image: archlinux
packages:
- python-poetry
sources:
- https://git.sr.ht/~fmartingr/jeeves
tasks:
- setup: |
python -V
cd jeeves
poetry install
- test: |
cd jeeves
poetry run pytest . --cov=jeeves.core --cov-report html --cov-report term