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/Makefile

7 lines
105 B
Makefile
Raw Normal View History

2019-09-23 21:11:26 +00:00
quicksetup:
poetry install
poetry run pre-commit install
2019-10-13 13:09:43 +00:00
test:
poetry run pytest . --cov=jeeves.core