From 04a82d5c23aefef1545512d785d20e776728ef5c Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 26 Jun 2019 03:54:54 -0300 Subject: [PATCH] add make test --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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