Skip to content

Commit c98c82d

Browse files
committed
:spakles: use lint command
1 parent 8ede6e5 commit c98c82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ stages:
3232
submodules: false
3333
python: 3.6
3434
stage: lint
35-
install: pip install flake8
36-
script: flake8
35+
script: make lint
3736

3837
jobs:
3938
include:

pyecharts-extras.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
- pyecharts>=1.3.1
1010
description: "Draw speciaized graphs using pyecharts"
1111
nodocs: true
12+
lint_command: make lint
1213
moban_command: false
1314
releases:
1415
- changes:

0 commit comments

Comments
 (0)