add python3-coverage as devel dependency

This commit is contained in:
Diogo Matsubara 2015-07-24 10:03:37 -03:00
parent f8e6622fb4
commit 387789d33e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ INSTALLER_RESOURCES += $(shell find installer/resources -type f)
all: dryrun
install_deps:
sudo apt-get install python3-urwid python3-pyudev python3-netifaces python3-nose python3-flake8 python3-parted python3-yaml git bzr ubuntu-cloudimage-keyring python3-jinja2
sudo apt-get install python3-urwid python3-pyudev python3-netifaces python3-nose python3-flake8 python3-parted python3-yaml git bzr ubuntu-cloudimage-keyring python3-jinja2 python3-coverage
dryrun:
$(MAKE) ui-view DRYRUN="--dry-run"
@ -36,7 +36,7 @@ lint:
unit:
echo "Running unit tests..."
python3 -m "nose" -v --nologcapture --with-coverage $(PYTHONSRC)/tests/
python3 -m "nose" -v --nologcapture --with-coverage ${TOPDIR}/tests/
installer/$(INSTALLIMG): installer/geninstaller installer/runinstaller $(INSTALLER_RESOURCES)
(cd installer && ./geninstaller -v $(OFFLINE) -r $(RELEASE) -a $(ARCH) -s $(STREAM) -b $(BOOTLOADER))