Codebase list pyexcel / a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0 Makefile
a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0

Tree @a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0 (Download .tar.gz)

Makefile @a2846738-f93c-4404-b4c7-77527c069dca/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