play-store-export/Makefile

12 строки
125 B
Makefile

.PHONY: install lint test
install:
pip install -r requirements.dev.txt
pip install .
lint:
flake8
test:
pytest tests/