Skip to content

Commit

Permalink
[SPARK-2627] call Python linter from run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Aug 2, 2014
1 parent 12440fa commit 0541ebb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0541ebb

Please sign in to comment.