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 && mypy --ignore-missing-imports torba
|
||||
|
||||
test:
|
||||
cd lbry && tox
|
||||
cd torba && tox
|
||||
|
||||
idea:
|
||||
mkdir -p .idea
|
||||
cp -r lbry/scripts/idea/* .idea
|
||||
|
|
Loading…
Reference in a new issue