diff --git a/Makefile.python b/Makefile.python --- a/Makefile.python +++ b/Makefile.python @@ -5,7 +5,7 @@ PYTHON_BIN := $(shell test -d bin/ && find bin/ -type f -executable | xargs egrep -H '^\#.*python' | cut -f 1 -d :) TEST_DIRS := $(shell find . -name tests -type d) -NOSE = nosetests3 +NOSE = python3 -m nose NOSEFLAGS = -v FLAKE = python3 -m flake8 FLAKEFLAGS =