Skip to content

Commit 654a696

Browse files
committed
Don't make pyflakes wait for stdin
1 parent c6b321f commit 654a696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- stage: lint
2828
install: pip install black pyflakes isort
2929
script:
30-
- pyflakes
30+
- pyflakes .
3131
- black --check .
3232
- isort --check-only --diff --recursive channels_redis tests
3333

0 commit comments

Comments
 (0)