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
Raw Normal View History

2020-05-09 17:58:50 +00:00
image: alpine/edge
2020-01-05 11:16:00 +00:00
packages:
2020-05-09 17:58:50 +00:00
- python3
- python3-dev
- py3-pip
- libffi-dev
- openssl-dev
2020-01-05 11:16:00 +00:00
sources:
2021-02-14 11:36:37 +00:00
- https://code.fmartingr.com/fmartingr/jeeves
2020-01-05 11:16:00 +00:00
tasks:
- setup: |
2020-05-09 17:58:50 +00:00
pip install poetry
python3 -V
2020-01-05 11:16:00 +00:00
cd jeeves
2020-05-09 17:58:50 +00:00
$HOME/.local/bin/poetry install
2020-01-05 11:16:00 +00:00
- test: |
cd jeeves
2020-05-09 17:58:50 +00:00
$HOME/.local/bin/poetry run pytest . --cov=jeeves.core --cov-report html --cov-report term