Codebase list pyexcel / 6acc56a2-450b-4626-83d3-9ef3ada9529e/upstream/0.7.0 Makefile
6acc56a2-450b-4626-83d3-9ef3ada9529e/upstream/0.7.0

Tree @6acc56a2-450b-4626-83d3-9ef3ada9529e/upstream/0.7.0 (Download .tar.gz)

Makefile @6acc56a2-450b-4626-83d3-9ef3ada9529e/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