From 4c3d3ecae87fa097d6bec56b753eeb81202fa630 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 27 Jun 2016 06:54:35 +0530 Subject: [PATCH] Run the tests before publishing --- setup/publish.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/publish.py b/setup/publish.py index 6ca2cf663e..56c3d6f73b 100644 --- a/setup/publish.py +++ b/setup/publish.py @@ -18,6 +18,7 @@ class Stage1(Command): sub_commands = [ 'check', + 'test', 'cacerts', 'pot', 'build',