Codebase list pyexcel / run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/upstream Makefile
run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/upstream

Tree @run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/upstream (Download .tar.gz)

Makefile @run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/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