From d4d93f0afda6fde915893e487ef6b0d1adaa0e7e Mon Sep 17 00:00:00 2001
From: Joshua Harlow <harlowja@yahoo-inc.com>
Date: Thu, 21 Jun 2012 13:13:19 -0700
Subject: Pass along any environment settings via the variable 'noseopts'

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

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)
-- 
cgit v1.2.3