Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Forgot to remove the Python 3.6 guard from tools/pylint_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Jul 14, 2017
1 parent 37b7416 commit 8e70139
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/pylint_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,4 @@ set -e

test -e setup.py || { echo 'must run from repo root' >&2; exit 1; }

if [ "$TRAVIS_PYTHON_VERSION" = 3.6 ]; then
# Pylint on HTTPolice doesn't work under Python 3.6
# with the current versions of astroid (1.4.9 and master).
echo 'WARNING: skipping Pylint under Python 3.6' >&2
exit 0
fi

find . -name '*.py' | grep -Fv ./doc/conf.py | xargs pylint "$@"

0 comments on commit 8e70139

Please sign in to comment.