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
|
python -m unittest discover tests.unit
|
||||||
|
|
||||||
test-unit-coverage:
|
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:
|
test-integration:
|
||||||
tox
|
tox
|
||||||
|
|
Loading…
Reference in a new issue