We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93349c commit 177a423Copy full SHA for 177a423
build_tools/travis/flake8_diff.sh
@@ -88,7 +88,7 @@ echo '--------------------------------------------------------------------------
88
# uses git 1.8.
89
# We need the following command to exit with 0 hence the echo in case
90
# there is no match
91
-MODIFIED_FILES=$(git diff --name-only $COMMIT | grep -v 'sklearn/externals' || echo "no_match")
+MODIFIED_FILES=$(git diff --name-only $COMMIT | grep -v 'sklearn/externals' | grep -v 'doc/sphinxext' || echo "no_match")
92
93
if [[ "$MODIFIED_FILES" == "no_match" ]]; then
94
echo "No file outside sklearn/externals has been modified"
0 commit comments