Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dave2pi committed Dec 1, 2017
1 parent 03813fd commit b01a6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sublimelinterrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"max-line-length": 120
},
"pep257": {
"add-ignore": ["D202"]
"add-ignore": ["D202","D203"]
},
"pep8": {
"max-line-length": 120
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ install:
# command to run tests
script:
- flake8 . --max-line-length=120
- pydocstyle . --add-ignore=D202
- pydocstyle . --add-ignore=D202,D203

0 comments on commit b01a6a8

Please sign in to comment.