Codebase list pyexcel / run/9eeaff8c-0a58-4dc5-9c1b-bca84df1bbe3/upstream Makefile
run/9eeaff8c-0a58-4dc5-9c1b-bca84df1bbe3/upstream

Tree @run/9eeaff8c-0a58-4dc5-9c1b-bca84df1bbe3/upstream (Download .tar.gz)

Makefile @run/9eeaff8c-0a58-4dc5-9c1b-bca84df1bbe3/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