forked from LBRYCommunity/lbry-sdk
fix makefile
This commit is contained in:
parent
dc8d5a39ea
commit
1136ac70e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue