summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2010-05-21 23:39:40 -0400
committerDavid Stanek <dstanek@dstanek.com>2010-05-21 23:39:40 -0400
commitdbe45945acfafac46bfa9d6f3b24881a590b2552 (patch)
treedef3082a8762d5efe0a018309b23040aa373cc78
parent5b078202a2a80dfb40084a41d97ccd8859750fd1 (diff)
downloadpython-coveragepy-git-dbe45945acfafac46bfa9d6f3b24881a590b2552.tar.gz
added the test egg's path to PYTHONPATH when running the tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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