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 f7ed8a0 commit e0ab3dbCopy full SHA for e0ab3db
.travis.yml
@@ -5,8 +5,6 @@ python:
5
# command to install dependencies
6
install:
7
- pip install flake8
8
- - pip install pydocstyle
9
# command to run tests
10
script:
11
- flake8 . --max-line-length=120
12
- - pydocstyle . --add-ignore=D202
0 commit comments