We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbcd97 commit 44beaf6Copy full SHA for 44beaf6
.travis.yml
@@ -4,8 +4,8 @@ python:
4
# command to install dependencies
5
install:
6
- pip install flake8
7
- - pip install pep257
+ - pip install pydocstyle
8
# command to run tests
9
script:
10
- flake8 . --max-line-length=120
11
- - pep257 . --ignore=D202
+ - pydocstyle . --add-ignore=D202
0 commit comments