pylint requires [wallet-server]

This commit is contained in:
Lex Berezhny 2018-11-04 05:09:44 -05:00
parent e3b127192c
commit 9c91b135bd

View file

@ -11,7 +11,7 @@ jobs:
install:
- pip install pylint
- pip install git+https://github.com/lbryio/torba.git
- pip install -e .
- pip install -e .[wallet-server]
script: pylint lbrynet
- &tests