summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-01 05:38:56 -0400
committerScott Moser <smoser@ubuntu.com>2015-05-01 05:38:56 -0400
commit96854d720d4bd356181acfa093744599a807ea8e (patch)
tree8617f48d840137d94bed1958da4ebef7587e2bca /Makefile
parent5ab9a1349db2286fca96681e00480d04bfd4473d (diff)
downloadvyos-cloud-init-96854d720d4bd356181acfa093744599a807ea8e.tar.gz
vyos-cloud-init-96854d720d4bd356181acfa093744599a807ea8e.zip
fix 'Make pyflakes'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 009257ca..bb0c5253 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ pep8:
@$(CWD)/tools/run-pep8 $(PY_FILES)
pyflakes:
- pyflakes $(PY_FILES)
+ @$(CWD)/tools/tox-venv py34 pyflakes $(PY_FILES)
pip-requirements:
@echo "Installing cloud-init dependencies..."