This commit is contained in:
Philippe M. Chiasson 2011-03-25 13:19:05 -04:00
Родитель bea3d9d170
Коммит dfae67e19e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,8 @@ version := $(shell $(PYTHON) setup.py --version)
tag := $(shell grep tag_build setup.cfg | cut -d= -f2 | xargs echo )
NOSETESTS := nosetests
NOSETESTS_ARGS := --with-xunit --with-coverage --cover-package=linkdrop
NOSETESTS_ARGS := --with-xunit --with-coverage --cover-package=linkdrop --cover-erase
COVERAGE := coverage
ifeq ($(TOPSRCDIR),)
export TOPSRCDIR = $(shell pwd)