charm-nova-cloud-controller/Makefile
2014-05-02 10:44:30 +01:00

18 lines
378 B
Makefile

#!/usr/bin/make
PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers hooks unit_tests
@charm proof
test:
@echo Starting tests...
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
sync:
@charm-helper-sync -c charm-helpers.yaml
publish:
bzr push lp:charms/nova-cloud-controller
bzr push lp:charms/trusty/nova-cloud-controller