Codebase list pyexcel / 57957a72-bc5f-4506-92a5-1f9c660f6f81/upstream/0.7.0 Makefile
57957a72-bc5f-4506-92a5-1f9c660f6f81/upstream/0.7.0

Tree @57957a72-bc5f-4506-92a5-1f9c660f6f81/upstream/0.7.0 (Download .tar.gz)

Makefile @57957a72-bc5f-4506-92a5-1f9c660f6f81/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