makefile: add test before buildupload

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-11-07 19:09:57 +01:00
parent 92990c1400
commit 43f3c125cf
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ pypi:
twine upload dist/*
buildupload:
@make testsetup
@make build
@make pypimeta
@make pypi