From 5eea74aa7120690bf4f4651e52d09ac55f936e77 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 01 2017 07:39:25 +0000 Subject: use python3 -m nose --- diff --git a/Makefile b/Makefile index 594824d..7132fe3 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: