diff --git a/Makefile b/Makefile index 46220e6f7..a433c7567 100644 --- a/Makefile +++ b/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