Skip to content

Commit

Permalink
Fix W504 pep8
Browse files Browse the repository at this point in the history
Change-Id: Ied8919b38b49e1698578a17255379b5288823bb0
  • Loading branch information
ahothan committed Aug 28, 2019
1 parent 79c26ae commit 632d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- python setup.py build
- python setup.py install
script:
- flake8 --ignore=E305,E302 hdrh test
- flake8 --ignore=E305,E302.W504 hdrh test
- pylint --rcfile pylint.rc hdrh test
- py.test -s
deploy:
Expand Down

0 comments on commit 632d89b

Please sign in to comment.