mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
Check linkchecker-gui with pyflakes.
This commit is contained in:
parent
7bcfa0fb91
commit
c22a3d7367
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ MACHINE:=$(shell uname -m)
|
|||
FILESCHECK_URL:=http://localhost/~calvin/
|
||||
PYTHONSRC:=${HOME}/src/cpython-hg/Lib
|
||||
#PYTHONSRC:=/usr/lib/python2.6
|
||||
PY_FILES_DIRS:=linkcheck tests *.py linkchecker cgi-bin config doc
|
||||
PY_FILES_DIRS:=linkcheck tests *.py linkchecker linkchecker-gui cgi-bin config doc
|
||||
TESTS ?= tests/
|
||||
# set test options, eg. to "--nologcapture"
|
||||
TESTOPTS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue