add make test

This commit is contained in:
Victor Shyba 2019-06-26 03:54:54 -03:00 committed by Lex Berezhny
parent f2944fd33b
commit 04a82d5c23

View file

@ -9,6 +9,10 @@ lint:
cd torba && pylint --rcfile=setup.cfg torba
cd torba && mypy --ignore-missing-imports torba
test:
cd lbry && tox
cd torba && tox
idea:
mkdir -p .idea
cp -r lbry/scripts/idea/* .idea