From 1f62eb3347b1ac4bcbb0f43a12b49c318d507371 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 2 Jun 2019 23:11:50 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91d635c..9eca489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,9 +32,9 @@ install: - pip install flake8 # preflight before_script: - # E128 continuation line under-indented for visual indent # E401 multiple imports on one line -- Sometimes key to 10 lines or less - flake8 . --count --ignore=E128,E401 --max-line-length=127 --show-source --statistics # --exit-zero + # W503 line break before binary operator + flake8 . --count --ignore=E401,W503 --max-line-length=127 --show-source --statistics # --exit-zero # command to run tests # script: flake8 . # nosetests script: