This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/Makefile

11 lines
92 B
Makefile

all: test build
build:
poetry build
test:
poetry run pytest -q
publish:
poetry publsh