~junaidali/charms/trusty/plumgrid-gateway/analyst_opsvm

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: bbaqar at plumgrid
  • Date: 2016-04-25 09:21:09 UTC
  • mfrom: (26.1.2 plumgrid-gateway)
  • Revision ID: bbaqar@plumgrid.com-20160425092109-kweey25bx97pmj80
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