Codebase list pyexcel / 790aba05-3e39-4308-829f-82ce4edfdf2d/upstream/0.7.0 Makefile
790aba05-3e39-4308-829f-82ce4edfdf2d/upstream/0.7.0

Tree @790aba05-3e39-4308-829f-82ce4edfdf2d/upstream/0.7.0 (Download .tar.gz)

Makefile @790aba05-3e39-4308-829f-82ce4edfdf2d/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