This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit b69b2b9cd3fb7ece26033ea97442dace707d2122 Author: Osamu Aoki <[email protected]> Date: Sun Sep 10 22:11:21 2017 +0900 scripts/Makefile: test_py to depend on ../version Signed-off-by: Osamu Aoki <[email protected]> --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index 2522a7a..624cb84 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -74,7 +74,7 @@ test_pl: $(PL_CHECKS) %.pl_check: % perl -I ../lib -c $< -test_py: $(PYTHON3_SCRIPTS) +test_py: $(PYTHON3_SCRIPTS) $(VERSION_FILE) python3 -m flake8 --max-line-length=99 $(PYTHON3_SCRIPTS) $(foreach python,$(shell py3versions -r ../debian/control),$(python) setup.py test$(\n)) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
