From aaa396ac6bb27549daa2f9ef644325685917ed16 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Sun, 5 Feb 2017 09:12:02 -0800 Subject: Test checksyle for IP mcast tests Change-Id: I20b61b7e63f74b4656d84717633e06646514c5eb Signed-off-by: Neale Ranns --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') 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 \"*******************************************************************\" &&\ -- cgit 1.2.3-korg