Codebase list pyexcel / run/44726806-a059-402d-90bd-397b3525e130/upstream Makefile
run/44726806-a059-402d-90bd-397b3525e130/upstream

Tree @run/44726806-a059-402d-90bd-397b3525e130/upstream (Download .tar.gz)

Makefile @run/44726806-a059-402d-90bd-397b3525e130/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