force older astroid

This commit is contained in:
Lex Berezhny 2018-11-25 20:54:59 -05:00
parent 9e5246c619
commit 8cb811ca1d

View file

@ -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