summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82c5dedb..ab23bf1f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ pyflakes:
pyflakes $(PY_FILES)
test:
- nosetests tests/unittests/
+ nosetests $(noseopts) tests/unittests/
2to3:
2to3 $(PY_FILES)