From 45e82ef1287ce234716b9b593f69ef0f5e0b9bbf Mon Sep 17 00:00:00 2001 From: Stephen L Date: Thu, 15 Oct 2015 17:13:07 +0200 Subject: [PATCH] Fix makefile tabs Signed-off-by: Stephen L. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1f85fdd..38488f09 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ testnose: testsetup: python setup.py check --restructuredtext --strict - python setup.py make none + python setup.py make none testcoverage: nosetests tqdm --with-coverage --cover-package=tqdm -v