Codebase list pyexcel / run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstream Makefile
run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstream

Tree @run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstream (Download .tar.gz)

Makefile @run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/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