diff options
-rw-r--r-- | three.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|