~1chb1n/charms/trusty/nova-cloud-controller/15.10-stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to Makefile

Check in start of py redux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 --with-coverage  unit_tests
 
12
 
 
13
sync:
 
14
        @charm-helper-sync -c charm-helpers-sync.yaml