debian-python-pyexcel-io/Makefile

17 lines
175 B
Makefile
Raw Normal View History

2014-12-07 13:57:07 +01:00
all: test
test: lint
2014-12-07 13:57:07 +01:00
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