missing variable
This commit is contained in:
Родитель
bea3d9d170
Коммит
dfae67e19e
3
Makefile
3
Makefile
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче