Skip to content

Commit b512b1d

Browse files
committed
💚 fix lintting command issue
1 parent 87e7a33 commit b512b1d

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
@@ -26,7 +26,7 @@ stages:
2626
python: 3.6
2727
stage: lint
2828
install: pip install flake8
29-
script: flake8
29+
script: make lint
3030

3131
jobs:
3232
include:

0 commit comments

Comments
 (0)