forked from LBRYCommunity/lbry-sdk
force older astroid
This commit is contained in:
parent
9e5246c619
commit
8cb811ca1d
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ jobs:
|
|||
- stage: code quality
|
||||
name: "pylint & mypy"
|
||||
install:
|
||||
- pip install git+https://github.com/PyCQA/pylint.git
|
||||
- pip install mypy
|
||||
- pip install astroid==2.0.4
|
||||
# newer astroid fails in pylint so we pre-install older version
|
||||
- pip install pylint mypy
|
||||
- pip install -e .
|
||||
script:
|
||||
- pylint --rcfile=setup.cfg torba
|
||||
|
|
Loading…
Reference in a new issue