From dbe45945acfafac46bfa9d6f3b24881a590b2552 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Fri, 21 May 2010 23:39:40 -0400 Subject: added the test egg's path to PYTHONPATH when running the tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf794087..6e27ef09 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ pep8: testready: testdata devinst tests: testready - nosetests + PYTHONPATH=test/eggsrc nosetests testdata: $(TEST_ZIP) $(TEST_EGG) $(TEST_ZIP): test/covmodzip1.py -- cgit v1.2.1