fixes typo in test3
This commit is contained in:
parent
6fc051530b
commit
2fc351b2bd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -91,8 +91,8 @@ test3:
|
|||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/.:www/lib coverage3 run \
|
||||
--rcfile .coveragerc3 --source . \
|
||||
/usr/bin/nosetests-3
|
||||
coverage report --rcfile .coveragerc3
|
||||
coverage html --rcfile .coveragerc3
|
||||
coverage3 report --rcfile .coveragerc3
|
||||
coverage3 html --rcfile .coveragerc3
|
||||
@echo Full coverage report at file://${CURDIR}/htmlcov/py3/index.html
|
||||
|
||||
test-tarball:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue