Remove bin and sbin from nose

They are not packages and cannot be imported.
This commit is contained in:
Brian C. Lane 2018-05-03 14:14:24 -07:00
parent 8970b6758b
commit 25e12f1971
1 changed files with 1 additions and 1 deletions

View File

@ -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