Codebase list pyexcel / run/c7591c1d-c2c3-44a8-bd93-84fb1066af9e/upstream Makefile
run/c7591c1d-c2c3-44a8-bd93-84fb1066af9e/upstream

Tree @run/c7591c1d-c2c3-44a8-bd93-84fb1066af9e/upstream (Download .tar.gz)

Makefile @run/c7591c1d-c2c3-44a8-bd93-84fb1066af9e/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