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 | 6ea6858226eebbecf5196a78b216c588dd8a9098 (patch) | |
| tree | 3579360334c000646b7f69c52145e9805b47d629 /Makefile | |
| parent | 0898eb71057756fd4b9a9bd39423dccf2e83741a (diff) | |
| download | python-coveragepy-6ea6858226eebbecf5196a78b216c588dd8a9098.tar.gz | |
added the test egg's path to PYTHONPATH when running the tests
Diffstat (limited to 'Makefile')
| -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 |
