From 43f3c125cfd53cc6d388f7a81f21378111ac0371 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sat, 7 Nov 2015 19:09:57 +0100 Subject: [PATCH] makefile: add test before buildupload Signed-off-by: Stephen L. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 41d0a303..9410e35a 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ pypi: twine upload dist/* buildupload: + @make testsetup @make build @make pypimeta @make pypi