~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Scott Moser
  • Date: 2015-05-01 09:38:56 UTC
  • Revision ID: smoser@ubuntu.com-20150501093856-9ogq51r7w33sqvqa
fix 'Make pyflakes'

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        @$(CWD)/tools/run-pep8 $(PY_FILES)
21
21
 
22
22
pyflakes:
23
 
        pyflakes $(PY_FILES)
 
23
        @$(CWD)/tools/tox-venv py34 pyflakes $(PY_FILES)
24
24
 
25
25
pip-requirements:
26
26
        @echo "Installing cloud-init dependencies..."