From 0541ebb5f30973aa54157256b4e43decfa9de8ba Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Sat, 2 Aug 2014 19:23:30 -0400 Subject: [PATCH] [SPARK-2627] call Python linter from run-tests --- dev/run-tests | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev/run-tests b/dev/run-tests index daa85bc750c07..59904ba6b6313 100755 --- a/dev/run-tests +++ b/dev/run-tests @@ -71,7 +71,12 @@ dev/check-license echo "=========================================================================" echo "Running Scala style checks" echo "=========================================================================" -dev/scalastyle +dev/lint-scala + +echo "=========================================================================" +echo "Running Python style checks" +echo "=========================================================================" +dev/lint-python echo "=========================================================================" echo "Running Spark unit tests"