~bbaqar/charms/trusty/neutron-api-plumgrid/temp

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: bbaqar at plumgrid
  • Date: 2016-04-25 09:05:55 UTC
  • mfrom: (18.1.7 neutron-api-plumgrid)
  • Revision ID: bbaqar@plumgrid.com-20160425090555-yl82ba6bhwjqkwr9
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