Skip to content

Commit 82fd9b7

Browse files
ocefpafwesleybowman
authored andcommitted
ignore line break after the operator
1 parent a1c5168 commit 82fd9b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ matrix:
77
include:
88
- python: 2.7
99
env: TEST_TARGET=default
10-
- python: 3.4
11-
env: TEST_TARGET=default
1210
- python: 3.5
1311
env: TEST_TARGET=default
1412
- python: 3.6
@@ -36,6 +34,6 @@ script:
3634
fi
3735

3836
- if [[ $TEST_TARGET == 'coding_standards' ]]; then
39-
pycodestyle --ignore=E741,E226 --max-line-length=100 tests ;
40-
pycodestyle --ignore=E741,E226 --max-line-length=100 utide ;
37+
pycodestyle --ignore=E741,E226,W504 --max-line-length=100 tests ;
38+
pycodestyle --ignore=E741,E226,W504 --max-line-length=100 utide ;
4139
fi

0 commit comments

Comments
 (0)