mirror of
https://github.com/pyro2927/SouthwestCheckin.git
synced 2025-12-06 01:13:19 +00:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
pytest --cov=southwest/ --cov=checkin
|
|
|
|
.PHONY: init test
|