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

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

Makefile @9eeaff8c-0a58-4dc5-9c1b-bca84df1bbe3/upstream/0.7.0raw · 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