summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--three.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/three.cmd b/three.cmd
index 7be57c08..8698a2e8 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