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 8664c91 commit 4b959c8Copy full SHA for 4b959c8
.travis.yml
@@ -7,5 +7,5 @@ install:
7
- pip install pep257
8
# command to run tests
9
script:
10
- - flake8 *.py --max-line-length=120
11
- - pep257 *.py
+ - flake8 . --max-line-length=120
+ - pep257 .
0 commit comments