redash_client/Makefile

11 строки
206 B
Makefile

build:
./lambda.sh
lint:
flake8 redash_client/constants.py
flake8 redash_client/client.py
flake8 redash_client/tests/test_redash.py
test: lint
nosetests --with-coverage --cover-package=redash_client