Codebase list pyexcel / run/16e04525-6cad-4d99-9e62-357645d998aa/upstream Makefile
run/16e04525-6cad-4d99-9e62-357645d998aa/upstream

Tree @run/16e04525-6cad-4d99-9e62-357645d998aa/upstream (Download .tar.gz)

Makefile @run/16e04525-6cad-4d99-9e62-357645d998aa/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