We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ede6e5 commit c98c82dCopy full SHA for c98c82d
.travis.yml
@@ -32,8 +32,7 @@ stages:
32
submodules: false
33
python: 3.6
34
stage: lint
35
- install: pip install flake8
36
- script: flake8
+ script: make lint
37
38
jobs:
39
include:
pyecharts-extras.yml
@@ -9,6 +9,7 @@ dependencies:
9
- pyecharts>=1.3.1
10
description: "Draw speciaized graphs using pyecharts"
11
nodocs: true
12
+lint_command: make lint
13
moban_command: false
14
releases:
15
- changes:
0 commit comments