Remove bin and sbin from nose
They are not packages and cannot be imported.
This commit is contained in:
parent
8970b6758b
commit
25e12f1971
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user