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