Skip to content

Commit

Permalink
Ignore empty lines after docstrings (D202) in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfvs committed May 8, 2014
1 parent 4538998 commit f44f8a2
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,4 +8,4 @@ install:
# command to run tests
script:
- flake8 . --max-line-length=120
- pep257 .
- pep257 . --ignore=D202

0 comments on commit f44f8a2

Please sign in to comment.