use python3 -m nose
This commit is contained in:
parent
01a0894ee5
commit
5eea74aa71
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -71,7 +71,7 @@ test:
|
|||
@echo Coverage report in htmlcov/index.html
|
||||
|
||||
test3:
|
||||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/. nosetests-3 tests/test_lib tests/test_cli
|
||||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/. python3 -m nose tests/test_lib tests/test_cli
|
||||
@echo Coverage not working for py3 tests yet
|
||||
|
||||
subdirs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue