charm-glance/Makefile
2013-10-19 22:01:07 +01:00

13 lines
231 B
Makefile

#!/usr/bin/make
lint:
@flake8 --exclude hooks/charmhelpers hooks
@flake8 unit_tests
@charm proof
sync:
@charm-helper-sync -c charm-helpers.yaml
test:
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests