lbry-sdk/Makefile

9 lines
196 B
Makefile
Raw Normal View History

2019-06-20 21:26:54 +02:00
install:
cd torba && pip install -e .
cd lbry && pip install -e .
lint:
2019-06-20 22:06:21 +02:00
cd lbry && pylint lbrynet
2019-06-20 21:26:54 +02:00
cd torba && pylint --rcfile=setup.cfg torba
cd torba && mypy --ignore-missing-imports torba