Skip to content

Commit

Permalink
:spakles: use lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 16, 2019
1 parent 8ede6e5 commit c98c82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ stages:
submodules: false
python: 3.6
stage: lint
install: pip install flake8
script: flake8
script: make lint

jobs:
include:
Expand Down
1 change: 1 addition & 0 deletions pyecharts-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- pyecharts>=1.3.1
description: "Draw speciaized graphs using pyecharts"
nodocs: true
lint_command: make lint
moban_command: false
releases:
- changes:
Expand Down

0 comments on commit c98c82d

Please sign in to comment.