Codebase list pyexcel / 5251e630-4efb-45cc-b38a-3e6e4e6296f7/upstream Makefile
5251e630-4efb-45cc-b38a-3e6e4e6296f7/upstream

Tree @5251e630-4efb-45cc-b38a-3e6e4e6296f7/upstream (Download .tar.gz)

Makefile @5251e630-4efb-45cc-b38a-3e6e4e6296f7/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