From b86d2e6e7309b0ad5b1c106eaaea0fcca3ad16f5 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 26 Feb 2019 15:46:47 -0500 Subject: [PATCH] use older astroid for pylint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0119a03ca..373466211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .