From 8cb811ca1d510d535ea8eccbb8414637e1560266 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 25 Nov 2018 20:54:59 -0500 Subject: [PATCH] force older astroid --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3169a13fc..6f6c9aa18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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