From f83aa619231e4cc415a6e598a47796d56ec6292f Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 26 Nov 2018 10:47:48 -0500 Subject: [PATCH] force astroid==2.0.4 in .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a40bd981e..82c5a3113 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ jobs: - stage: code quality name: "pylint lbrynet" install: + - pip install astroid==2.0.4 + # newer astroid fails in pylint so we pre-install older version - pip install pylint - pip install git+https://github.com/lbryio/torba.git#egg=torba - pip install -e .