forked from LBRYCommunity/lbry-sdk
re-enable pylint on CI
This commit is contained in:
parent
ff59619af4
commit
87e2d2c7b0
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -5,11 +5,11 @@ python: "3.7"
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
# - stage: code quality
|
- stage: code quality
|
||||||
# name: "pylint & mypy"
|
name: "pylint & mypy"
|
||||||
# install:
|
install:
|
||||||
# - make install tools
|
- make install tools
|
||||||
# script: make lint
|
script: make lint
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: "Unit Tests"
|
name: "Unit Tests"
|
||||||
|
|
Loading…
Reference in a new issue