use custom *.py file lists [ci skip]
This commit is contained in:
parent
6b9cabb92e
commit
ab87cd327a
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -13,7 +13,6 @@ HOMEPAGE:=$(HOME)/public_html/$(LAPPNAME)-webpage.git
|
||||||
DEBUILDDIR:=$(HOME)/projects/debian/official
|
DEBUILDDIR:=$(HOME)/projects/debian/official
|
||||||
DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz
|
DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz
|
||||||
DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION)
|
DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION)
|
||||||
PY_FILES_DIRS := dosage dosagelib scripts tests
|
|
||||||
PY2APPOPTS ?=
|
PY2APPOPTS ?=
|
||||||
# Default pytest options
|
# Default pytest options
|
||||||
# Note that using -n silently swallows test creation exceptions like
|
# Note that using -n silently swallows test creation exceptions like
|
||||||
|
@ -110,10 +109,10 @@ doccheck:
|
||||||
*.py
|
*.py
|
||||||
|
|
||||||
pyflakes:
|
pyflakes:
|
||||||
pyflakes $(PY_FILES_DIRS)
|
pyflakes dosage *.py dosagelib scripts tests
|
||||||
|
|
||||||
count:
|
count:
|
||||||
@sloccount $(PY_FILES_DIRS)
|
@sloccount dosage dosagelib/*.py
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
find . -name \*.pyc -delete
|
find . -name \*.pyc -delete
|
||||||
|
|
Loading…
Reference in a new issue