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
|
- stage: code quality
|
||||||
name: "pylint & mypy"
|
name: "pylint & mypy"
|
||||||
install:
|
install:
|
||||||
- pip install git+https://github.com/PyCQA/pylint.git
|
- pip install astroid==2.0.4
|
||||||
- pip install mypy
|
# newer astroid fails in pylint so we pre-install older version
|
||||||
|
- pip install pylint mypy
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script:
|
script:
|
||||||
- pylint --rcfile=setup.cfg torba
|
- pylint --rcfile=setup.cfg torba
|
||||||
|
|
Loading…
Add table
Reference in a new issue