aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2017-02-05 09:12:02 -0800
committerNeale Ranns <nranns@cisco.com>2017-02-05 09:54:33 -0800
commitaaa396ac6bb27549daa2f9ef644325685917ed16 (patch)
treea5d17545a49a514b1f79ea04661faafbfa034600 /test/Makefile
parentd0f673ee92121e13a88ad7002e0c860b2cfc5e4b (diff)
Test checksyle for IP mcast tests
Change-Id: I20b61b7e63f74b4656d84717633e06646514c5eb Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index ef194952..45a0218a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -81,7 +81,7 @@ wipe-cov: wipe
.PHONY: checkstyle
checkstyle: verify-python-path
@virtualenv $(PYTHON_VENV_PATH) -p python2.7
- @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && pip install $(PYTHON_DEPENDS) pep8"
+ @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && pip install pep8"
@bash -c "source $(PYTHON_VENV_PATH)/bin/activate &&\
pep8 --show-source -v $(WS_ROOT)/test/*.py ||\
(echo \"*******************************************************************\" &&\