instal older aiohttp to make pylint happy

This commit is contained in:
Lex Berezhny 2019-01-06 16:05:52 -05:00
parent d72a152195
commit b9b411ec30

View file

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