summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index d42add3..5b1bf19 100644
--- a/setup.py
+++ b/setup.py
@@ -51,10 +51,10 @@ class CleanMore(clean):
class Check(Command):
user_options = []
-
+
def initialize_options(self):
pass
-
+
def finalize_options(self):
pass
@@ -63,7 +63,7 @@ class Check(Command):
['python', '-m', 'CoverageTestRunner',
'--ignore-missing-from', 'without-tests'])
os.remove('.coverage')
-
+
subprocess.check_call(['./cmdtest', 'echo-tests'])
subprocess.check_call(['./cmdtest', 'sort-tests'])