Skip to content

Commit 8ddc06c

Browse files
committed
Added temporary ignore for:
W503 line break before binary operator Ref: PyCQA/pycodestyle#197
1 parent f9f2e1e commit 8ddc06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- python setup.py develop
1414

1515
script:
16-
- flake8 src test --ignore=E501
16+
- "flake8 src test --ignore=E501,W503"
1717
- coverage run --source=src -m contexts -v
1818
- pushd doc && make html && popd
1919

0 commit comments

Comments
 (0)