Codebase list pyexcel / ff9672d4-b835-4262-9d5c-5d412bace0d0/main Makefile
ff9672d4-b835-4262-9d5c-5d412bace0d0/main

Tree @ff9672d4-b835-4262-9d5c-5d412bace0d0/main (Download .tar.gz)

Makefile @ff9672d4-b835-4262-9d5c-5d412bace0d0/mainraw · 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