radium
/
flatfilecms
Arquivado
1
0
Fork 0
Este repositório foi arquivado em 2020-09-29. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.
flatfilecms/Makefile

11 linhas
92 B
Makefile

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