debian-python-pyexcel-ods/Makefile

20 lines
214 B
Makefile

all: test
test: lint
bash test.sh
install_test:
pip install -r tests/requirements.txt
git-diff-check:
git diff --exit-code
lint:
bash lint.sh
format:
bash format.sh
git-diff-check:
git diff --exit-code