forked from LBRYCommunity/lbry-sdk
add make test
This commit is contained in:
parent
f2944fd33b
commit
04a82d5c23
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -9,6 +9,10 @@ lint:
|
||||||
cd torba && pylint --rcfile=setup.cfg torba
|
cd torba && pylint --rcfile=setup.cfg torba
|
||||||
cd torba && mypy --ignore-missing-imports torba
|
cd torba && mypy --ignore-missing-imports torba
|
||||||
|
|
||||||
|
test:
|
||||||
|
cd lbry && tox
|
||||||
|
cd torba && tox
|
||||||
|
|
||||||
idea:
|
idea:
|
||||||
mkdir -p .idea
|
mkdir -p .idea
|
||||||
cp -r lbry/scripts/idea/* .idea
|
cp -r lbry/scripts/idea/* .idea
|
||||||
|
|
Loading…
Reference in a new issue