~plumgrid-team/charms/trusty/plumgrid-director/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: bbaqar at plumgrid
  • Date: 2016-04-25 09:14:38 UTC
  • mfrom: (30.1.3 plumgrid-director)
  • Revision ID: bbaqar@plumgrid.com-20160425091438-4hk5s00dydf00jem
Merge: Liberty/Mitaka support

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
virtualenv:
5
5
        virtualenv .venv
6
6
        .venv/bin/pip install flake8 nose coverage mock pyyaml netifaces \
7
 
        netaddr jinja2
 
7
        netaddr jinja2 pyflakes pep8 six pbr funcsigs psutil
8
8
 
9
9
lint: virtualenv
10
10
        .venv/bin/flake8 --exclude hooks/charmhelpers hooks unit_tests tests --ignore E402