Skip to content

Commit

Permalink
ignore line break after the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf authored and wesleybowman committed Apr 18, 2018
1 parent a1c5168 commit 82fd9b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -7,8 +7,6 @@ matrix:
include:
- python: 2.7
env: TEST_TARGET=default
- python: 3.4
env: TEST_TARGET=default
- python: 3.5
env: TEST_TARGET=default
- python: 3.6
Expand Down Expand Up @@ -36,6 +34,6 @@ script:
fi

- if [[ $TEST_TARGET == 'coding_standards' ]]; then
pycodestyle --ignore=E741,E226 --max-line-length=100 tests ;
pycodestyle --ignore=E741,E226 --max-line-length=100 utide ;
pycodestyle --ignore=E741,E226,W504 --max-line-length=100 tests ;
pycodestyle --ignore=E741,E226,W504 --max-line-length=100 utide ;
fi

0 comments on commit 82fd9b7

Please sign in to comment.