diff options
author | David Stanek <dstanek@dstanek.com> | 2010-05-21 23:39:40 -0400 |
---|---|---|
committer | David Stanek <dstanek@dstanek.com> | 2010-05-21 23:39:40 -0400 |
commit | dbe45945acfafac46bfa9d6f3b24881a590b2552 (patch) | |
tree | def3082a8762d5efe0a018309b23040aa373cc78 | |
parent | 5b078202a2a80dfb40084a41d97ccd8859750fd1 (diff) | |
download | python-coveragepy-git-dbe45945acfafac46bfa9d6f3b24881a590b2552.tar.gz |
added the test egg's path to PYTHONPATH when running the tests
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |