~corey.bryant/charms/trusty/keystone/python-six

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Page
  • Date: 2014-03-27 10:54:38 UTC
  • mfrom: (55.1.22 keystone)
  • mto: (52.4.7 keystone)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.page@canonical.com-20140327105438-oid8czi9ud51iut1
Merge ssl-everywhere branch (may break stuff)

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.yaml