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
commitefe6c424e6a9f5c86f58b2c281b3d8fcd371e3d4 (patch)
tree30427871bbae549c003bc75dbf6563d48199a30f
parentec6b5187461bfe701e0741c35375a0e341c07e78 (diff)
downloadpython-coveragepy-git-efe6c424e6a9f5c86f58b2c281b3d8fcd371e3d4.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 6e27ef09..bf794087 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