use python3 -m nose

This commit is contained in:
Mike McLean 2017-05-16 18:29:45 -04:00 committed by Tomas Kopecek
parent 01a0894ee5
commit 5eea74aa71

View file

@ -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: