diff --git a/Makefile.python b/Makefile.python --- a/Makefile.python +++ b/Makefile.python @@ -4,7 +4,7 @@ PYDIR := $(shell basename `pwd` | sed 's%-%/%g') 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) +TEST_DIRS := . NOSE = python3 -m nose NOSEFLAGS = -sv --with-doctest