Codebase list pyexcel / upstream/0.6.6 Makefile
upstream/0.6.6

Tree @upstream/0.6.6 (Download .tar.gz)

Makefile @upstream/0.6.6raw · 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