Codebase list pyexcel / run/28dd24e3-72af-4947-bc90-45951f9feabe/upstream Makefile
run/28dd24e3-72af-4947-bc90-45951f9feabe/upstream

Tree @run/28dd24e3-72af-4947-bc90-45951f9feabe/upstream (Download .tar.gz)

Makefile @run/28dd24e3-72af-4947-bc90-45951f9feabe/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