Codebase list pyexcel / run/2e194287-17a7-4a02-97c8-1877c4da2dcd/upstream Makefile
run/2e194287-17a7-4a02-97c8-1877c4da2dcd/upstream

Tree @run/2e194287-17a7-4a02-97c8-1877c4da2dcd/upstream (Download .tar.gz)

Makefile @run/2e194287-17a7-4a02-97c8-1877c4da2dcd/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