Codebase list pyexcel / run/9ebdf820-2449-4794-b1dc-9ce31b921950/upstream Makefile
run/9ebdf820-2449-4794-b1dc-9ce31b921950/upstream

Tree @run/9ebdf820-2449-4794-b1dc-9ce31b921950/upstream (Download .tar.gz)

Makefile @run/9ebdf820-2449-4794-b1dc-9ce31b921950/upstreamraw · history · blame

all: test

test: lint
	bash test.sh

install_test:
	pip install -r tests/requirements.txt

lint:
	bash lint.sh

format:
	bash format.sh

git-diff-check:
	git diff --exit-code