From 5eea74aa7120690bf4f4651e52d09ac55f936e77 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Tue, 16 May 2017 18:29:45 -0400 Subject: [PATCH] use python3 -m nose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 594824da..7132fe37 100644 --- a/Makefile +++ b/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: