mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
Remove achievements
This commit is contained in:
parent
660e2e51dc
commit
84c339dbe2
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
|
@ -11,11 +11,6 @@ PY_FILES_DIRS:=linkcheck tests *.py linkchecker cgi-bin config doc
|
|||
TESTS ?= tests/
|
||||
# set test options, eg. to "--nologcapture"
|
||||
TESTOPTS=
|
||||
# test for nose achievements plugin and use it if available
|
||||
NOSE_ACHIEVEMENTS:=$(shell nosetests --plugins | grep achievements)
|
||||
ifeq ($(strip $(NOSE_ACHIEVEMENTS)),Plugin achievements)
|
||||
TESTOPTS += --with-achievements
|
||||
endif
|
||||
PAGER ?= less
|
||||
# build dir for debian package
|
||||
BUILDDIR:=$(HOME)/packages/official
|
||||
|
|
|
|||
Loading…
Reference in a new issue