From: funilrys Date: Fri, 10 Aug 2018 15:36:12 +0000 (+0200) Subject: Reformating of lint.sh as ${PYTHON_VERSION} should not have a 2.x version (cf: .travi... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=816bc35f994a9341046f9df1c68ff3ee8bda025c;p=stevenblack-hosts.git Reformating of lint.sh as ${PYTHON_VERSION} should not have a 2.x version (cf: .travis.yml) --- diff --git a/ci/lint.sh b/ci/lint.sh index 3d9995870..0a25aba33 100755 --- a/ci/lint.sh +++ b/ci/lint.sh @@ -3,8 +3,4 @@ echo "Linting repository..." source activate hosts -if [ "$PYTHON_VERSION" = "2.7" ]; then - echo "Skipping flake8 because it is broken on Python $PYTHON_VERSION" -else - flake8 --max-line-length 120 -fi +flake8 --max-line-length 120