lbry-sdk/Makefile

9 lines
193 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:
cd lbry && pylint lbry
2019-06-20 21:26:54 +02:00
cd torba && pylint --rcfile=setup.cfg torba
cd torba && mypy --ignore-missing-imports torba