8000
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 9bc70e6 commit 4d92a47Copy full SHA for 4d92a47
flake8-run.sh
@@ -5,7 +5,7 @@ if [[ ! -x $(which flake8) ]]; then
5
exit 1
6
fi
7
8
-if [[ $FLAKE == "true" ]]; then
+if [[ $TRAVIS != "true" || $FLAKE == "true" ]]; then
9
find html5lib/ -name '*.py' -and -not -name 'constants.py' -print0 | xargs -0 flake8 --ignore=E501
10
flake1=$?
11
flake8 --max-line-length=99 --ignore=E126 html5lib/constants.py
0 commit comments