Skip to content

Commit

Permalink
Update to pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
groteworld committed May 17, 2016
1 parent 2bf862e commit 5649954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
# command to install dependencies
install:
- pip install flake8
- pip install pep257
- pip install pydocstyle
# command to run tests
script:
- flake8 . --max-line-length=120
- pep257 .
- pydocstyle . --add-ignore=D202

0 comments on commit 5649954

Please sign in to comment.