Skip to content

Commit 44beaf6

Browse files
committed
Update to pydocstyle
1 parent 1bbcd97 commit 44beaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ python:
44
# command to install dependencies
55
install:
66
- pip install flake8
7-
- pip install pep257
7+
- pip install pydocstyle
88
# command to run tests
99
script:
1010
- flake8 . --max-line-length=120
11-
- pep257 . --ignore=D202
11+
- pydocstyle . --add-ignore=D202

0 commit comments

Comments
 (0)