diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-30 00:04:43 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-30 00:04:43 -0400 |
commit | efe6c424e6a9f5c86f58b2c281b3d8fcd371e3d4 (patch) | |
tree | 30427871bbae549c003bc75dbf6563d48199a30f | |
parent | ec6b5187461bfe701e0741c35375a0e341c07e78 (diff) | |
download | python-coveragepy-git-efe6c424e6a9f5c86f58b2c281b3d8fcd371e3d4.tar.gz |
Setting PYTHONPATH like this on the command line made the Windows tests go berzerk!
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |