Codebase list pyexcel / ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0 Makefile
ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0

Tree @ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0 (Download .tar.gz)

Makefile @ada8aec4-029c-420a-9a92-246b7ef6229f/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