22
by Liam Young
Added Makefile and charm-helpers-sync.yaml. Fixed lint |
1 |
#!/usr/bin/make
|
2 |
PYTHON := /usr/bin/env python |
|
3 |
||
4 |
lint: |
|
5 |
@flake8 --exclude hooks/charmhelpers hooks |
|
6 |
@flake8 --exclude hooks/charmhelpers unit_tests |
|
7 |
@charm proof |
|
8 |
||
9 |
test: |
|
10 |
@echo Starting tests... |
|
11 |
@$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests |
|
12 |
||
13 |
sync: |
|
14 |
@charm-helper-sync -c charm-helpers-sync.yaml |