Skip to content

Commit

Permalink
Merge 3183529 into 38c0d43
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainLan committed Apr 16, 2018
2 parents 38c0d43 + 3183529 commit 5adab43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ install:

script:
- python setup.py nosetests
- pycodestyle pysap --ignore="E121,E123,E126,E226,E24,E704,E402,E731,E722,E741"
- pycodestyle pysap --ignore="E121,E123,E126,E226,E24,E704,E402,E731,E722,E741,W504"
- pycodestyle examples --ignore="E121,E123,E126,E226,E24,E704,E402,E731,E741"

after_success:
Expand Down
2 changes: 1 addition & 1 deletion pysap/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def logo():
logo: str
the pysap logo.
"""
logo = """
logo = r"""
.|'''| /.\ '||'''|,
|| // \\ || ||
'||''|, '|| ||` `|'''|, //...\\ ||...|'
Expand Down

0 comments on commit 5adab43

Please sign in to comment.