summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-14 07:35:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-14 07:35:51 -0400
commit9d9e71c81e771d6ab1c25acff67edbeed705cd2f (patch)
tree1a3121406e35cc87c7cb4acb3d5ddd9e9b6a1f10
parenta3592040336f2b140d013fb26e58efccb7d68bdb (diff)
downloadpython-coveragepy-9d9e71c81e771d6ab1c25acff67edbeed705cd2f.tar.gz
Have to run 2to3 on mock.py now
-rw-r--r--three.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/three.cmd b/three.cmd
index 7be57c0..8698a2e 100644
--- a/three.cmd
+++ b/three.cmd
@@ -4,6 +4,6 @@ rmdir/s/q ..\three
xcopy /s/h/i/e . ..\three
cd ..\three
call switchpy 31
-python \python31\Tools\Scripts\2to3.py -w coverage test setup.py
-make testready
+python \python31\Tools\Scripts\2to3.py -w coverage test setup.py mock.py
+make clean testready
python \python31\Scripts\nosetests3