From 5804dc6a1d4675af5b40a7a9eb4d74bc14f0f805 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Jun 2013 08:55:58 +0100 Subject: Add test for yarn and multiple input files --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dd9d942..f9af20f 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,9 @@ class Check(Command): else: raise Exception('fail-tests did not fail, which is a surprise') + if markdown_version: + subprocess.check_call(['./cmdtest', 'yarn.tests']) + setup(name='cmdtest', version=cmdtestlib.__version__, -- cgit v1.2.1