Skip to content

Commit 6b90175

Browse files
committed
Checking all subdirs
1 parent 35d5e06 commit 6b90175

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
@@ -7,5 +7,5 @@ install:
77
- pip install pep257
88
# command to run tests
99
script:
10-
- flake8 *.py --max-line-length=120
11-
- pep257 *.py
10+
- flake8 . --max-line-length=120
11+
- pep257 .

0 commit comments

Comments
 (0)