summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-05-30 00:04:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-05-30 00:04:43 -0400
commit539e46bd1c68cedd69a08bf235fc4f810fb03afd (patch)
tree12a7e85c8a91723674c7e7607bfb3a0c01d552b6
parent2fd1d9b7dd96a64e6920dda369a13d95af728394 (diff)
downloadpython-coveragepy-539e46bd1c68cedd69a08bf235fc4f810fb03afd.tar.gz
Setting PYTHONPATH like this on the command line made the Windows tests go berzerk!
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e27ef0..bf79408 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ pep8:
testready: testdata devinst
tests: testready
- PYTHONPATH=test/eggsrc nosetests
+ nosetests
testdata: $(TEST_ZIP) $(TEST_EGG)
$(TEST_ZIP): test/covmodzip1.py