debian-python-pyexcel-ods/Makefile

10 lines
176 B
Makefile
Raw Permalink Normal View History

2014-11-20 00:54:44 +01:00
all: test
test:
bash test.sh
format:
isort -y $(find pyexcel_ods -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_ods
black -l 79 tests