Codebase list pyexcel / run/c081ffe3-9392-45b2-a728-d199ee0f35c1/upstream Makefile
run/c081ffe3-9392-45b2-a728-d199ee0f35c1/upstream

Tree @run/c081ffe3-9392-45b2-a728-d199ee0f35c1/upstream (Download .tar.gz)

Makefile @run/c081ffe3-9392-45b2-a728-d199ee0f35c1/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