fix makefile

This commit is contained in:
Lex Berezhny 2021-08-21 10:26:55 -04:00
parent dc8d5a39ea
commit 1136ac70e8

View file

@ -13,7 +13,7 @@ test-unit:
python -m unittest discover tests.unit
test-unit-coverage:
coverage run -p --source=lbry -m unittest discover -vv tests.unit
coverage run --source=lbry -m unittest discover -vv tests.unit
test-integration:
tox