From dfb852d22efc08e67568e4088da498a49251a7bb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Dec 2011 18:36:31 +0000 Subject: have setup.py run echo-tests and sort-tests --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9bd2a82..2d10bcd 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,9 @@ class Check(Command): def run(self): subprocess.check_call(['python', '-m', 'CoverageTestRunner']) os.remove('.coverage') + + subprocess.check_call(['./cmdtest', 'echo-tests']) + subprocess.check_call(['./cmdtest', 'sort-tests']) setup(name='cmdtest', -- cgit v1.2.1