forked from LBRYCommunity/lbry-sdk
force astroid==2.0.4 in .travis.yml
This commit is contained in:
parent
f9ff3e5d14
commit
f83aa61923
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ jobs:
|
|||
- stage: code quality
|
||||
name: "pylint lbrynet"
|
||||
install:
|
||||
- pip install astroid==2.0.4
|
||||
# newer astroid fails in pylint so we pre-install older version
|
||||
- pip install pylint
|
||||
- pip install git+https://github.com/lbryio/torba.git#egg=torba
|
||||
- pip install -e .
|
||||
|
|
Loading…
Reference in a new issue