force astroid==2.0.4 in .travis.yml

This commit is contained in:
Lex Berezhny 2018-11-26 10:47:48 -05:00
parent f9ff3e5d14
commit f83aa61923

View file

@ -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 .