Skip to content

Commit 935c8a0

Browse files
committed
💚 fix travis command
1 parent 1dfe945 commit 935c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
python: 3.6
2929
stage: lint
3030
install: pip install flake8
31-
script: flake8
31+
script: make lint
3232

3333
jobs:
3434
include:

0 commit comments

Comments
 (0)