radium
/
flatfilecms
Archiviert
1
0
Fork 0
Dieses Repository wurde am 2020-09-29 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
flatfilecms/Makefile

11 Zeilen
92 B
Makefile

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