use older astroid for pylint

This commit is contained in:
Lex Berezhny 2019-02-26 15:46:47 -05:00
parent f8d24d3402
commit b86d2e6e73

View file

@ -9,7 +9,7 @@ jobs:
- stage: code quality
name: "pylint & mypy"
install:
#- pip install astroid==2.0.4
- pip install astroid==2.0.4
# newer astroid and aiohttp fails in pylint so we pre-install older version
- pip install pylint mypy
- pip install -e .