Codebase list pyexcel / 221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0 Makefile
221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0

Tree @221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0 (Download .tar.gz)

Makefile @221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream/0.7.0raw · 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