diff --git a/Makefile b/Makefile index 8a5c06ab..cbe8e12c 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ check: test: @echo "*** Running tests ***" PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -m nose -v --with-coverage --cover-erase --cover-branches \ - --cover-package=pylorax --cover-package=bin --cover-package=sbin --cover-inclusive \ + --cover-package=pylorax --cover-inclusive \ ./tests/pylorax/ coverage3 report -m